RSS 2 projects tagged "sqlite3"

No download No website Updated 29 Nov 2012 python-minidb

Screenshot
Pop 33.50
Vit 2.18

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

LogicalDOC

A Web-based document management system with a Google-like search engine.

Screenshot

Project Spotlight

Monkey HTTP Daemon

A small, powerful, and really fast Web server for Linux.