Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekz/node-sqlite
patched working node-sqlite for v0.1.26-6
https://github.com/dekz/node-sqlite
Last synced: about 1 month ago
JSON representation
patched working node-sqlite for v0.1.26-6
- Host: GitHub
- URL: https://github.com/dekz/node-sqlite
- Owner: dekz
- Created: 2010-01-23T05:40:11.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-01-23T05:45:16.000Z (about 15 years ago)
- Last Synced: 2024-04-17T02:56:43.872Z (10 months ago)
- Language: C++
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
SQLite3 bindings for Node.js
=============================Documentation lives at http://grumdrig.com/node-sqlite/
The code lives at http://code.google.com/p/node-sqlite/The two files required to use these bindings are sqlite.js and
build/default/sqlite3_bindings.node. Put this directory in your
NODE_PATH or copy those two files where you need them.(c) 2009 Eric Fredricksen - See permissive license terms at top of sqlite.js