Mysql2

Mysql2 0.4.2 updated

Mysql2 was developed at GitHub for simplifying the way Ruby developers work with MySQL. With Mysql2, it is extremely easy to connect to a database, run MySQL queries and then return the results in a readable format. This is Mysql2 links to the...

PicoDb

PicoDb 1.0.3 updated

PicoDb is not as complete as an ORM (object-relational mapper), but provides a very simple set of tools that allow the user to run basic operations on the database without exposing his credentials every time. The library has no external dependencies, is...

ArangoDB

ArangoDB 2.8.1 updated

ArangoDB is not your standard database if you've been working with MySQL all your life. There are serious differences between it and classic relational databases, ArangoDB being ideal for high-load and high-speed environments. It's a data storage system...

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

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

OrientDB

OrientDB 2.1.9 updated

OrientDB is written in pure Java and weighs around 500Kb of code. It is a professional solution for working with data that needs foremost to be easily accessible before being properly classified. This means OrientDB follows the key-value pair server...

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

PGExtractor

PGExtractor 2.3.2 updated

Works like an improved version of pg_dump, allowing administrators to setup up filters when dumping the database's content. This means sensitive data like passwords can be left out of the dump file to prevent any future incidents, leaks, or...