db.js icon indicating copy to clipboard operation
db.js copied to clipboard

No way to connect to an existing Sqlite DB?

Open CodeSpent opened this issue 7 years ago • 1 comments

Excuse me if I'm missing this, but is there no support for connecting to already established databases?

CodeSpent avatar Nov 12 '18 16:11 CodeSpent

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.

brettz9 avatar Nov 13 '18 09:11 brettz9