DBSlayer - Accessing a MySQL database from Node.JS
The DBacesslayer aka DBSlayer is a lightweight database abstraction layer suitable for high-load websites where you need the scalable advantages of connection pooling. Written in C for speed, DBSlayer talks to clients via JSON over HTTP, meaning it’s simple to monitor and can swiftly interoperate with any web framework you choose.
Developed by the New York Times to distribute the load of their MySQL servers, DBSlayer allows us to perform queries in a non-blocking way.
Requirements: Node.js (tested with v0.1.21), DBSlayer (tested with beta-12)
Demo: http://devthought.com/2009/12/07/accessing-a-mysql-database-from-nodejs/
License: Other License