serge-web / serge-td

Technical demonstrator for serge-experiments
https://serge-td.herokuapp.com/
Apache License 2.0
0 stars 0 forks source link

Avoid `leveldown` requirement #49

Open IanMayo opened 5 years ago

IanMayo commented 5 years ago

The need for a manual, operating-system dependent, install of leveldown is a small pain (due to the use of LevelDB as the database).

It looks like there's a nodejs specific alternative that doesn't require LevelDB: https://www.npmjs.com/package/pouchdb-adapter-node-websql

It's documented here:

Could we do a trial of this database? To verify that it doesn't require any software that we can't package via offline_files ?