descriptionA simple SQLite3 store for Python objects
homepage URLhttp://thp.io/2010/minidb/
ownerm@thp.io
last changeWed, 28 Nov 2012 19:59:23 +0000 (28 20:59 +0100)
content tags
add:
readme
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).
shortlog
2012-11-28 Thomas PerlVacuum DB on close, minidb 1.1master1.1
2011-02-03 Thomas PerlConvert UTF-8 strings to unicode
2010-10-30 Thomas Perlminidb 1.0 "Everyday is a Holiday" released1.0
tags
11 years ago 1.1
13 years ago 1.0
heads
11 years ago master