RethinkORM

RethinkORM 0.3.0

RethinkDB is a free distributed database system, created around the NoSQL principles.RethinkORM is just like any classical ORM, abstracting common database operations to Python functions.RethinkORM acts like a buffer layer between ReSQL and Python,...

PicoRedis

PicoRedis 1.0

Redis is a NoSQL database famous for its high speed and easy to use syntax.The PicoRedis PHP class allows developers to save their data in a Redis database from PHP and retrieve it at any later point as they need it.PicoRedis is contained in one single...

PyPyODBC

PyPyODBC 1.3.3

PyPyODBC delivers an updated interface to ODBC using native data types like datetime and decimal.Developers can use PyPyODBC to connect and interact with ODBC supported databases from inside a Python-based service, website, or application.The module works...

cx_Oracle

cx_Oracle 5.2 updated

The module is conforming to the Python DB API 2.0 specification.This module is currently built against Oracle 9.2, 10.2, 11.1 and 11.2.It works only on Python 2.x.What is new in this release:Added support for LONG_UNICODE which is a type used to handle...

Redis-Dump

Redis-Dump 0.3.5

When used, it will dump the entire content of a Redis database to a JSON file.The reverse operation is supported as well, restoring a Redis database from a JSON stream.The output format can be controlled by developers, and support for outputting to an...

tomdb

tomdb 0.4.2

tomdb doesn't actually deal directly with MySQL, but it wraps around MySQLdb, a well-known, mature Python client to MySQL. tomdb basically simplifies the entire process of dealing with MySQL queries and other SQL transaction, making it easy even for...