Merge pull request #5 from sdepold/patch-1

Add sequelize
This commit is contained in:
Sindre Sorhus
2014-07-12 13:40:14 +02:00

View File

@@ -182,6 +182,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
### Database
- [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