LiteSQL

LiteSQL 0.3.13

LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer.LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and...

Orbada

Orbada 1.0.9.197

Orbada is a small, easy to use application specially designed to offer users a database administration tool for Oracle, SQLite, Firebird, HSQLDB, DerbyDB, MySQL and other type of databases.ORBADA is an excellent tool for database developers, SQL...

verobject

verobject 0.1.4

verobject is a key value store that keeps copies of past revisions.Why you should use this- You've already deployed Redis- You don't ever want to lose data- You like pythonic APIs- You want the KVS to automatically pickle (or jsonify) your data- You want...

friendlydb

friendlydb 2.0.0

friendlydb is a fast & small following/followers database written in Python. It can be either used directly from your Python code or over HTTP with small web API.FriendlyDB isn't meant to be a full user system; it should be used to augment an...

Elephantoplasty is an effort to create an ORM which would take full advantage from PostgresSQL. It is currently under steady development.Philosophy1. PostgresSQL is great. However portable ORM's use it like SQLite. To use all features of Postgres we...

EasyDB

EasyDB 0.2

easydb is a really simple **SQLite wrapper** for that saves you from having to worry about creating tables or managing connections.It can be used on existing SQLite database by simply passing in the database filename:```pythonfrom easydb import EasyDBdb =...

nous.migration is yet another SQLAlchemy based database schema migration tool.InstallationTo install it, add:[migration]recipe = zc.recipe.eggeggs=  nous.migrationto your buildout.cfgYou might want to add your databse driver pakcage and your...