Gizzard

Gizzard 3.0.2

Twitter uses it for retrieving information from a large data set, information so large that it can't be stored in one computer alone.This means that the needed data is scattered across many network servers, and hard to query without running multiple...

db.js

db.js 0.9.2

db.js setups up an API for easy data additions, queries, and data manipulation.The library can be used to store data on the client side using a technology superior to cookie files, yet not that powerful to rival self-standing database engines.db.js allows...

PL/JSON

PL/JSON 1.0.5

JSON is a light-weight, language independent, data interchange format. The PL/SQL object syntax allows developers to create a JSON objects and then add data to it.This includes members, arrays and additional JSON objects.The object type can persistently...

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

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