APDO

APDO 0.5

APDO uses PDO itself for accessing various database engines, only it simplifies PDO's syntax and way of working even more.It also adds some extra features like caching and lazy connections (just to name a few), helping developers write database operations...

mViewer

mViewer 0.9.2

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments. Working with MongoDB can be a real hell if you don't like command line interfaces.That's why soon after its release, seeing the database's potential,...

Genghis

Genghis 2.3.11

Genghis is to MongoDB what phpMyAdmin is for MySQL.It's a powerful visual interface for developers, allowing them to abstract basic MongoDB operations to a visual interface, accessible through the users' browsers or mobile phones.Genghis runs from just...

Mongs

Mongs 1.0

MongoDB is a document-oriented NoSQL database, perfect for high traffic and intensive load environments. Mongs uses Python to connect to a MongoDB server, and build an interface for searching and viewing its data.Editing is not supported, but Mongs was...

PySQL

PySQL 0.16

It comes with useful tolls like history, explain plan, completion, session list, background queries, datamodel graphical output, object dependencies, PL/SQL package function call tree..Features:Powerful command line interface to Oracle Full replacement...

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

CURD.py

CURD.py 0.6.0

CURD.py allows Python developers to connect their apps or websites to a MySQL database.The entire system facilitates MySQL query manipulation and results handling.CURD.py allows developers to interact with the database using Pyhton code, instead of SQL...

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