ANNOUNCE: KirbyBase 1.7

Paul Rubin http
Sun Jan 30 17:50:42 EST 2005


Jamey Cribbs <jcribbs at twmi.rr.com> writes:
> KirbyBase is a simple, plain-text, database management system written
> in Python.  It can be used either embedded in a python script or in a
> client/server, multi-user mode.  You use python code to express your
> queries instead of having to use another language such as SQL.
> KirbyBase is disk-based, not memory-based.  Database changes are
> immediately written to disk.

That's cute, especially the part about using Python expressions
instead of SQL to express queries.  I don't see anything in the info
page about what happens when you have multiple clients updating the db
concurrently.  Do you make any attempt to handle that?



More information about the Python-list mailing list