home screens tables
This page is generated by bin/prototype.hs table-html prototype_sources.
prototype_sources
The sources
table describes source files used to generate this site. In particular it lists Markdown files, which are inserted automatically in the database with the import-md-sources
sub-command of prototype.hs
, called in db.Makefile
.
CREATE TABLE prototype_sources (
path TEXT PRIMARY KEY,
size INT NOT NULL
);
Defined: sql/prototype.sql:9
path size
------------------------------- ----
pages/database.md 363
pages/80-characters.md 229
pages/index.md 251
tables/prototype_metadata.md 347
tables/items.md 128
tables/prototype_pages.md 128
tables/prototype_directories.md 210
tables/prototype_sources.md 244
tables/sqlite_sequence.md 155
tables/prototype_screens.md 757
screens/view-item.md 309
README.md 3363
Command: sqlite3 prototype.db "SELECT * FROM prototype_sources LIMIT 100"