node-sqlite
node-sqlite copied to clipboard
SQLite bindings for Node.js
Obviously since 0.6 doesn't work yet it's unlikely to work but I did notice that the first failure is due to package.json missing in the repo. This didn't quite make...
I am using Ubuntu 11.10 , node-waf configure has no issue but build throws this error Waf: Entering directory `/home/anand/Downloads/node-sqlite/build' [1/2] cxx: sqlite3_bindings.cc -> build/Release/sqlite3_bindings_1.o ../sqlite3_bindings.cc:19:25: fatal error: node_events.h: No...
Tried loading sqlite3 via the shell, is there something that i have missed. Installed sqlite3 via npm (not global): kurt-camphers-MacBook-Pro:node_campfire kurtcampher$ node > var sql = require('sqlite3'); > Error: Unable...