Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

buzhug 1.0 released

0 views
Skip to first unread message

Pierre Quentel

unread,
Dec 15, 2007, 2:38:17 AM12/15/07
to comp-lang-py...@moderators.isc.org
Hi all,

buzhug is a fast, pure-Python database engine, using a syntax that
Python programmers should find very intuitive

The data is stored and accessed on disk (it is not an in-memory
database) ; the implementation has been designed to make all
operations, and especially selection, as fast as possible. Speed
comparisons show much better performance than other popular pure-
Python solutions (gadfly, Kirbybase)

The new features in version 1.0 are :
- a bug fix for the float 0.0
- the support of a new type : datetime.time
- the method sort_by() of result sets is made compatible with Python
2.3


Home page : http://buzhug.sourceforge.net/
Tutorial : http://buzhug.sourceforge.net/tutorial.html
Download : http://sourceforge.net/project/showfiles.php?group_id=167078

Regards,
Pierre

0 new messages