LWN.net Logo

buzhug 1.5 released

From:  Pierre Quentel <quentel.pierre-AT-wanadoo.fr>
To:  comp-lang-python-announce-AT-moderators.isc.org
Subject:  buzhug-1.5 released
Date:  Sun, 1 Mar 2009 01:54:44 -0800 (PST)
Message-ID:  <5b391f13-7d63-4cd6-82cb-067ac573bdc9@z1g2000yqn.googlegroups.com>
Archive-link:  Article, Thread

Hi there,

buzhug is the fastest pure-Python database engine, with a clear and
intuitive syntax (no SQL)

The new release 1.5 brings the following improvements :

- introduce a thread-safe version

- introduce a new syntax for record selection :

    record = db(key1=value2[,key2=value2...])

- allow an iterable of records for update

    db.update(list_of_records,key1=value1...)

- a Windows installer is provided

Home page : http://buzhug.sourceforge.net/
Downloads : http://sourceforge.net/project/showfiles.php?group_id=167078
Community : http://groups.google.com/group/buzhug?lnk=li

Best regards,
Pierre
--
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html



(Log in to post comments)

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds