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

Predis

Predis 1.0.3 updated

In simpler terms Predis is just a PHP abstraction layer for Redis. This means developers can use PHP-specific syntax to create & run database queries and retrieve query results at the same time. Predis allows them to focus on their PHP skills without...

Presto

Presto 0.95

Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...

Prom

Prom 0.9.87 updated

Prom allows Python developers to interact with a PostgreSQL database via Python-specific syntax.This in turn allows developers more in-depth control over the database, even if their SQL skills aren't really that good.Prom was based on Mingo.Prom usage...

py-leveldb

py-leveldb 0.193

LevelDB is a simple key value store NoSQL database system developed by Google.This library allows developers to use LevelDB in Python apps or websites for easily storing data.py-leveldb supports every LevelDB API method except arbitrary key comparison and...

py2neo

py2neo 3.1.1 updated

Neo4j is a high-performance graph engine with all the features of a mature and robust database.It is a data store that falls into the boundaries of a NoSQL database system.The project provides support for the Graph Export Object File Format (GEOFF),...

pycassa

pycassa 1.11.1

The users running Cassandra 0.6.x series should use pycassa 0.3.0, users using the 0.7.x series can use the newer versions.Features:Auto-failover support Support for single or thread-local connections Connection pooling Thrift interface Batch interface A...

pycouchdb

pycouchdb 1.12 updated

This client library for CouchDB was developed to allow Python developers to connect their apps or websites to a CouchDB data storage system.While there are plenty of Python CouchDB drivers, pycouchdb is one of the few that supports Python's new 3.x...

PyDbLite

PyDbLite 3.0.2 updated

The database supports the iterator protocol, so requests can be expressed with list comprehensions or generator expressions instead of pure SQL.What is new in this release:Fixed bug in Base where opening existing database would fail. What is new in...