skip to navigation
skip to content

buzhug 1.5

The fastest pure-Python database engine

Latest Version: 1.8

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