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

Ladder

Ladder 0.8.2

Ladder is a tool you'd generally use while working on a PHP and MySQL powered application, and is extremely useful when developing within a team of developers, all on the same code, at the same time.In these kinds of environments, changes to the default...

LevelUP

LevelUP 1.3.1 updated

LevelDB is a key value store NoSQL database system used and open-sourced by Google dev team. LevelUP allows programmers to use LevelDB asa storage environment for Node.js apps and websites. Documentation is provided inside the README.md file.What is new...

Mango

Mango 1.0

Mango is a basic MongoDB driver for .NET developers, letting them easily interface with a local or remote database at will.The entire Mango library is contained in one single C# file and can easily be added to any existing project.Mango is also available...

Medoo

Medoo 1.0 updated

Medoo provides a way for PHP developers to abstract database queries and other interactions via PHP code. This allows programmers to write databases queries in PHP alone, without having to deal with SQL code or the differences in SQL syntax between...

Mimeo

Mimeo 1.4.1 updated

Mimeo can be used to move database tables from one PostgreSQL database to another. Includes support for three replication strategies: 1. Snapshot - entire table copied from one DB to another 2. Incremental - data is moved as new content is detected 3. DML...

MinDB

MinDB 0.1.7 updated

MinDB is a JavaScript library that removes all the problems developers deal with when using localStorage across a series of browsers.It smooths out differences and provides a common interface for querying and running transactions on localStorage.The...

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