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

Blitz

Blitz 0.2.5

Blitz (or BlitzDB) was created from the beginning to be as small as possible so it can be used with other applications as their data storage engine.It also has no external dependencies so it won't bring other requirements to any project you may wish to...

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

CaminteJS

CaminteJS 0.2.3 updated

CaminteJS is an abstraction layer for interfacing with various data storage systems from within Node.js applications. It provides ways of sending and retrieving data from one of the supported databases using minimum SQL syntax and as much native...

Cayley

Cayley 0.4.1 updated

Cayley is in the same realm as other database engines like Agamemnon, ArangoDB, OrientDB, Titan, Neo4J, and Twitter's Flock. They all use basic graph structures to store data and access it using a classic key-store system, making them all NoSQL...

CDatabase

CDatabase 0.1.1 updated

CDatabase simplifies the process of working with PDO as a database interfacing layer. PDO stands for PHP Data Objects, and it's a simple PHP extension that can be used as a database abstraction layer. For a few years PDO has been shipping by default...

CockroachDB

CockroachDB alpha

CockroachDB is a relatively new database engine, created following the NoSQL key-value data storage principle.This approach allows the CockroachDB engine to be easily (horizontally) scaled while developers can have a high level of control over the data's...