db.js
db.js copied to clipboard
No way to connect to an existing Sqlite DB?
Excuse me if I'm missing this, but is there no support for connecting to already established databases?
It can connect to already established IndexedDB databases... As far as WebSQL (if that's what you mean by SQLite), this standard is deprecated, but if you need support for such older browsers, you can try https://github.com/axemclion/IndexedDBShim (and if you mean SQLite for Node, then the latter can work with such databases as well). See the issues list for the latter though for some outstanding issues we're currently working on.