RSS 2 projects tagged "database abstraction"

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 35.36
Vit 2.33

minidb is a Python module that utilizes the SQLite3 database library in order to store and retrieve Python objects. It utilizes Python's __slots__ mechanism to determine the column names, and uses the class name for table names. Data is always stored as text in the database, but will be converted using the type specified in __slots__ (which therefore has to be a dict).

Download Website Updated 12 Jun 2011 Tentacles-orm

Screenshot
Pop 19.21
Vit 1.04

Tentacles is an object-relational mapping (ORM) written in Python. Its main goal is to allow developers to manipulate stored data as they do for Python data structures.

Screenshot

Project Spotlight

Blip

A tiny Bash blog engine.

Screenshot

Project Spotlight

TkinterTreectrl

A Python wrapper for the tktreectrl widget.