Revision 1 as of 2005-01-28 03:55:02

Clear message

TableOfContents

Masthead

URL

http://www.netpromi.com/kirbybase.html/

licence
python or bsd style
platforms
anywhere python runs

Pros

kirbybase is a pure-python, flat-file, plain-text database management system. it can be used either embedded in a python application or in a client/server, multi-user mode. you can use python expressions/regular expressions in your query statement rather than having to use another language in your code such as sql. it is small and very easy to install (1 file). it understands python field types and lets you store your data in: strings, integers, floats, booleans, and datetime.date/datetime.datetime formats.

Cons

it does not support joins, referential integrity, indexes, triggers, transactions, and some of the other things you will find in other dbms'. performance on very large tables will suffer.

Unable to edit the page? See the FrontPage for instructions.