Jamey Cribbs <[EMAIL PROTECTED]> 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?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to