Friday, March 02, 2012

Sequelize » A MySQL Object-Relational-Mapper for NodeJS

Sequelize » A MySQL Object-Relational-Mapper for NodeJS: "Sequelize

The Sequelize library provides easy access to a MySQL database by mapping database entries to objects and vice versa. To put it in a nutshell... it's an ORM (Object-Relational-Mapper). The library is written entirely in JavaScript and can be used in the Node.JS environment."

'via Blog this'