observablehq / stdlib

The Observable standard library.
https://observablehq.com/@observablehq/standard-library
ISC License
961 stars 83 forks source link

SQLite #212

Closed mbostock closed 3 years ago

mbostock commented 3 years ago

This adds SQL.js to the recommended libraries, exposed as SQLite. In addition, it adds a fileAttachment.sqlite() method which returns a SQLiteDatabaseClient: an implementation of the Observable DatabaseClient interface backed by SQLite.