Merge pull request #144 from SPARTAN563/patch-1

Added Iridium
This commit is contained in:
Sindre Sorhus
2014-09-23 17:55:55 +02:00

View File

@@ -385,6 +385,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Mongoose](http://mongoosejs.com) - Elegant MongoDB object modeling.
- [Sequelize](https://github.com/sequelize/sequelize) - Multi-dialect ORM. Supports PostgreSQL, SQLite, MySQL.
- [Waterline](https://github.com/balderdashy/waterline) - Datastore-agnostic tool that dramatically simplifies interaction with one or more databases.
- [Iridium](https://github.com/SierraSoftworks/Iridium) - A high performance MongoDB ORM with support for promises, distributed caching, preprocessing, validation and plugins.
- Query builder
- [Knex](http://knexjs.org) - A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.