DByte

DByte 1.0.0

DByte works atop PHP's PDO layer and provides a very very very lightweight interface for talking to relational databases.Support is included for MySQL, PostgreSQL, and SQLite, and the whole code is contained in under 1kb of code.DByte uses prepared...

firebirdsql

firebirdsql 0.9.8 updated

The Firebird database is a relational database based on many ANSI SQL standard features.Firebird is a quite stable and includes cross-platform support for all the major operation systems Python runs on also.It is not the most well known database around,...

PgBackMan

PgBackMan 1.1.0 updated

PgBackMan works with logical backups produced via the pg_dump and pg_dumpall PostgreSQL commands. PgBackMan will take the output of those commands and store them in a desired location, while also being able to restore them at any later points. Support is...

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

TingoDB

TingoDB 0.4.2 updated

TingoDB is a self-contained NoSQL database that can easily be embedded with any server-side JavaScript application and provide a local data storage utility.TingoDB is compatible with MongoDB and its Node.js API, being capable of replacing MongoDB without...

PouchDB

PouchDB 5.2.0 updated

PouchDB is a complete implementation of the CouchDB storage and views API. PouchDB is written for IndexedDatabase (part of HTML5) and will allow applications and websites to continue working the same way even offline. When the user goes back online, all...

SQLAlchemy

SQLAlchemy 1.0.6 updated

Used mostly for its ORM, SQLAlchemy is much more than that.SQLAlchemy builds its own query language and custom persistence patterns for high-performance and easy access to stored data.What is new in this release:One fairly serious unit-of-work regression...

CaminteJS

CaminteJS 0.2.3 updated

CaminteJS is an abstraction layer for interfacing with various data storage systems from within Node.js applications. It provides ways of sending and retrieving data from one of the supported databases using minimum SQL syntax and as much native...

FlockDB

FlockDB 1.8.5

FlockDB is used on Twitter to store social graphs, meaning the relations between various users.FlockDB was meant to hold little depth levels, but to be able to scale horizontally. This means it can store a small number of relations and relation types...