Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 677 Bytes

File metadata and controls

16 lines (10 loc) · 677 Bytes

The datasette-sqlite-html Datasette Plugin

datasette-sqlite-html is a Datasette plugin that loads the sqlite-html extension in Datasette instances, allowing you to generate and work with TODO in SQL.

datasette install datasette-sqlite-html

See docs.md for a full API reference for the html SQL functions.

Alternatively, when publishing Datasette instances, you can use the --install option to install the plugin.

datasette publish cloudrun data.db --service=my-service --install=datasette-sqlite-html