Develop and Download Open Source Software

python-minidb

Please Translate Project Description to Japanese.

You are not Logged in. If you submit this translation, your name will not display on the this project page (shown as 'translated by anonymous')

Project Description:

English:
(Last Update 2010-11-01 04:14)

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

No Japanese Translated Data
Japanese:
 



SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.