Amazon DynamoDB

Amazon DynamoDB 2015-11-12 (beta) updated

Designed to be part of the Amazon Web Services (AWS) toolkit, DynamoDB is a powerful data store server, managed by Amazon, for users not owning or wanting to deal with the infrastructure of huge and powerful database systems. DynamoDB works by...

node-mariasql

node-mariasql 0.2.5 updated

MariaDB is a community developed branch of Oracle's MySQL database. It is developed by MySQL's original creator and mirrors official MySQL releases. This Node.js port utilizes non-blocking functions, available by default in MariaDB.Lots of MariaDB methods...

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

ZODB

ZODB 4.2.0 updated

Developed by the same people that developed ZOPE, a framework and application server for Python-based apps, ZODB provides an application agnostic database system for Python developers. ZODB is built on an OODB (object-oriented database), very different...

Presto

Presto 0.95

Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...

Nymph

Nymph 1.4.3 updated

Nymph uses its own query language called BTSQL (Better Than SQL) which allows developers to easily run complex queries but without having to write too many lines of code. While this is a promising factor to make you take a look at Nymph, keep in mind that...

MongoEngine

MongoEngine 0.9.0

A Document-Object Mapper is like ORM, but for document databases. It uses a simple declarative API, similar to the Django ORM.What is new in this release:Allow strings to be used in index creation Fixed EmbeddedDoc weakref proxy issue Fixed nested...

somewhere.js

somewhere.js 1.0.1

somewhere.js is a very lightweight solution when you need a data storage environment for your applications but don't want to over-complicate your work by using big database engines like MySQL, PostgreSQL, Cassandra, etc..This small database engine saves...