On 15 Nov 2017, at 4:14am, jungle boogie <[email protected]> wrote:
> Funny you should mention that. I've been looking at node.js and curious how > sqlite would be implemented. Can you recommend a npm package for it? SQLite is implemented as promises, allowing it to be programmed as if the commands are being executed asynchronously. <https://www.npmjs.com/package/sqlite> <https://www.npmjs.com/package/better-sqlite3> If you aren’t already used to programming with sqlite3, try the "better:=" one. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

