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 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html