database
database copied to clipboard
Migrate away from sqlite3 package
As sqlite3 is a native package, we could avoid many build problems if we migrated to a fully-javascript SQLite3 library.
We could use better-sqlite and write an adapter for knex.
Can also look at https://github.com/kripken/sql.js