ArangoDB-NET

ArangoDB-NET 0.9.3 updated

ArangoDB-NET allows developers to interact with the ArangoDB REST API from Mono or .NET-based websites or applications.The package is basically an ODM (object document mapper), similar to what an ORM (object relational mapper) stands for to ...

Joist

Joist 1.12.1 updated

Joist was inspired by Ruby on Rail's ORM. It is based on dynamic code generation, providing support for type-safe queries and no runtime class generation. Joist's main features are its light codebase, high performance, and easy code and schema...

Ming

Ming 0.5.2 updated

MongoDB is database server written in C++. It follows the NoSQL, key-value store system and is scalable, high-performance and open sourced.Ming was written to allow developers to query, interact and automate some MongoDB database operations using Python...

SQL Parser

SQL Parser 0.5.0 updated

SQL Parser can be used by database developers to parse SQL queries before they're sent to the server and keep a log of what the database has been queried with.SQL Parser does not parse the query results, but the query and all its parameters.Works only...

SimpleCrud works the same way any DB abstraction layer works, setting up an interface that simplifies running database transactions and lets the developer focus on his app instead of the correctness of SQL statements.Usage instructions are included with...

Stairtower

Stairtower 0.0.1

Stairtower is a (pretty alpha) version of MongoDB, but written in PHP instead of a C or C++.This allows it more flexibility and better portability, letting developers add it to any of their projects without having to install it on the server like other...

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