Option C: Datasette Lite¶
Host the .artifacts/snippets.db snapshot on a static file server that sends Access-Control-Allow-Origin: *.
With the file available at a public URL, load it directly in the browser using Datasette Lite:
Manual checklist¶
- Build the latest
.artifacts/snippets.dbsnapshot. - Host the database on a static server that sets
Access-Control-Allow-Origin: *. - Open
https://lite.datasette.io/?url=PUBLIC_DB_URLin your browser. - Confirm the list of tables appears as expected.