MonetDB

MonetDB 11.21.5 updated

MonetDB is a long standing solution when it comes to dealing with extremely large data sets, unsuitable to be managed from a classical relational database (row-store systems).It successfully implements a column-store system, in which data and relations...

Neo4j.rb

Neo4j.rb 6.1.1 updated

Neo4j.rb is basically an ORM (Object Relational Mapper) for Neo4j. Since Neo4j is a graph engine and not a relational database the correct term would actually be OGM, an Object Graph Mapper. Like any other ORM, ODM, or OGM, Neo4j.rb supports basic...

Knex.js

Knex.js 0.9.0 updated

Knex.js is a portable SQL builder which can be used to generate standards-compliant SQL queries from your JavaScript code.It can be used with lots of database engines, features an easy to understand query building system, and also supports various SQL...

Bookshelf.js

Bookshelf.js 0.9.4 updated

Bookshelf.js was built using the Knex.js SQL query builder and allows developers to interconnect a database with their Node.js applications and websites.Since it is heavily based on Knex, all of its features are supported, meaning support for traditional...

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...

Sophia

Sophia 1.2.3 / 2.1-dev updated

Sophia was written in plain C and it was created after studying already existing key-value databases.Sophia developers analyzed, learned and tried to avoid all the problems with existing technologies and have created a new way of querying for data inside...

Blazer

Blazer 1.1.0 updated

Blazer supports MySQL and PostgreSQL databases and can be used to aid developing Web projects in teams where not all the developers reside in the same office or building.Developers can create database queries and then share it with their team.Each created...

peewee

peewee 2.6.2 updated

Peewee's main goal is to keep size as down as possible, while supporting as many features as possible.What is new in this release:Better support for setting the character encoding on PostgreSQL database connections. Improved implementation of...