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

Reply via email to