RethinkORM

RethinkORM 0.3.0

RethinkDB is a free distributed database system, created around the NoSQL principles.RethinkORM is just like any classical ORM, abstracting common database operations to Python functions.RethinkORM acts like a buffer layer between ReSQL and Python,...

Riak

Riak 2.1.1 updated

Riak is written in Lisp and simplifies development by allowing developers the ability to quickly prototype, test, and deploy database-enabled applications.Because it's a NoSQL database, don't expect any relational tables, but the classic key/value model...

riak-js

riak-js 1.1.0 updated

Riak is a distributed, decentralized data key/value store system. Riak is written in Lisp and simplifies development by allowing developers the ability to quickly prototype, test, and deploy database-enabled applications. This client library allows...

RockMongo

RockMongo 1.1.6

MongoDB is a powerful and very used document-oriented NoSQL database, perfect for high traffic and intensive load environments.Since this is a relative new database, working with MongoDB has always been a little difficult, mainly because of its CLI-based...

Sensei

Sensei 1.6.0

Sensei was developed at LinkedIn and is written with a cocktail of Java, JavaScript, and Python.It is completely different compared to traditional RDBMS systems, being written for environments where data changes at rapid times, on multiple machines at...

Sequel

Sequel 4.27.0 updated

Sequel is much more than an ORM. It's a complete solution for interacting with databases from Ruby, managing and interfacing with the entire database, not just its data. Developers can use the IRB console or Sequel's own DSL to quickly assemble...

Sequelize

Sequelize 3.9.0 updated

Sequelize works on the principle of mapping database entries to JS objects and vice versa. This is because JS objects are very well documented and JavaScript itself was modeled to deal with array structures much better than with SQL tables. This enables a...