JavaScript sqlite

javascriptsqlite

Best recommendations for accessing and manipulation of sqlite databases from JavaScript.

Best Answer

There a project called sql.js which is a port of SQLite in JavaScript.

sql.js is a port of SQLite to JavaScript, by compiling the SQLite C code with Emscripten.