Add sequelize

The popular Node.JS ORM.
This commit is contained in:
Sascha Depold
2014-07-12 13:37:45 +02:00
parent 80c06cd8d6
commit d5025e98dd

View File

@@ -182,6 +182,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Database ### Database
- [LevelUP](https://github.com/rvagg/node-levelup) - LevelDB, Node.js style. - [LevelUP](https://github.com/rvagg/node-levelup) - LevelDB, Node.js style.
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports SQLite, MySQL, PostgreSQL.
### Testing ### Testing