database icon indicating copy to clipboard operation
database copied to clipboard

Migrate away from sqlite3 package

Open Harjot1Singh opened this issue 5 years ago • 1 comments

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.

Harjot1Singh avatar Jun 18 '19 22:06 Harjot1Singh

Can also look at https://github.com/kripken/sql.js

bhajneet avatar Oct 17 '19 20:10 bhajneet