Nomad

Nomad 1.17 updated

Nomad uses raw SQL commands, being a DB-agnostic system for transferring data from one database to another.Nomad basically supports everything SQLAlchemy or the DB API support (MySQL, SQLite, PostgreSQL, Oracle, MSSQL, Firebird, Sybase, etc.).It can also...

PyDbLite

PyDbLite 3.0.2 updated

The database supports the iterator protocol, so requests can be expressed with list comprehensions or generator expressions instead of pure SQL.What is new in this release:Fixed bug in Base where opening existing database would fail. What is new in...

RavenDB

RavenDB 3.0.3690 updated

RavenDB implements basic NoSQL data storage principles, allowing developers to easily and quickly store and retrieve information from documents saved on disk.Using classical key-value pair storage patterns, easy manageable collections, and a friendly HTTP...

Squel.js

Squel.js 4.0.0 updated

Sometimes developers prefer using ORMs or query builders to run SQL operations.This is mainly because of SQL's complicated syntax and the different way each database engine interprets it.Squel.js allows developers to use JavaScript syntax to write their...

Apache Accumulo

Apache Accumulo 1.7.0 updated

Apache Accumulo is a mashup of various technologies, from Google's BigTable, to Apache's Hadoop, Thrift and Zookeeper.Compared to Google's BigTable system, Accumulo features a few improvements of its own.These include table cell-based access restrictions,...

EJDB

EJDB 1.2.8 updated

EJDB was modeled after MongoDB and uses a key-value pair system (NoSQL) to store data in static JSON files.This means, as with any NoSQL-like database that it's fast, but can't work with too complicated data structures.What is new in this...

Query-Engine

Query-Engine 1.5.7

Query-Engine is also MongoDB compliant.This means Query-Engine supports the exact same queries as MongoDB.What is new in this release:Fixed Browserify support. What is new in version 1.5.3:Re-packaged. What is new in version 1.5.1:Support for Backbone...

Monk

Monk 0.11.2

Provides tools for schema, data, query, models manipulation and validation.Monk's source code can also be used with other DBs as well, making this a pretty generic ODM for Python developers. Nevertheless, MongoDB is the only out-of-the-box supported...