ANN: KirbyBase 1.8.1

J

Jamey Cribbs

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.

You can find more information on KirbyBase at:
http://www.netpromi.com/kirbybase.html

You can download KirbyBase for Python at:
http://www.netpromi.com/files/KirbyBase_Python_1.8.1.zip

The credit for this release goes entirely to Pierre Quentel, the author
of Karrigell (http://karrigell.sourceforge.net). Pierre contributed
every code change that made it into this version. Thanks!

Changes in Version 1.8.1:

-Added the ability to select, update, delete multiple records by
specifying a list of record numbers.
-Cleaned up the internals of _getMatchesByRecno by not splitting
the record line into fields if user is selecting all records, and
by using a generator to return matches instead of building a list
of matches and returning the whole list.


Jamey Cribbs
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANNOUNCE: KirbyBase 1.9 0
ANNOUNCE: KirbyBase 1.8.2 0
ANNOUNCE: KirbyBase 1.7 3
ANNOUNCE: KirbyBase 1.8 0
ANN: KirbyBase 2.0 beta 1 0
[ANN] KirbyBase 2.2.1 0
ANN: KirbyBase 1.6 0
[ANN] KirbyBase 2.5.1 1

Members online

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top