home screens tables
This page is generated by bin/prototype.hs table-html prototype_pages.
prototype_pages
The pages
table describes the different pages of the prototype. Its records are manually created by the prototype.sql
file.
CREATE TABLE prototype_pages (
url TEXT PRIMARY KEY
);
Defined: sql/prototype.sql:29
url
-----------
/index.html
Command: sqlite3 prototype.db "SELECT * FROM prototype_pages LIMIT 100"