You can check out https://github.com/pksunkara/nosqlite
It isn't exactly sqlite3 implementation in javascript but has the basics for it. On Sat, Oct 6, 2012 at 7:25 PM, mscdex <[email protected]> wrote: > On Oct 6, 3:58 am, mufid <[email protected]> wrote: >> I would want to ask, is there any pure javascript implementation of Sqlite >> in nodejs? I need sqlite library that doesn't need compilation. I ever >> triedhttps://github.com/developmentseed/node-sqlite3but it won't compile >> in my computer. > > You'll get better performance with C for sqlite, but here's an > emscripten build of sqlite: http://syntensity.com/static/sql.html > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en -- - Pavan Kumar Sunkara -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
