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
- Author: Pierre Quentel
- Maintainer: Pierre Quentel
- Home Page: http://buzhug.sourceforge.net
- Download URL: http://downloads.sourceforge.net/project/buzhug/buzhug/buzhug-1.5/buzhug-1.5.zip?use_mirror=ovh
- Keywords: Python database
- License: BSD
- Platform: Platform-independant
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: BSD License
- Natural Language :: English
- Natural Language :: French
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Database :: Database Engines/Servers
- Package Index Owner: quentel
- DOAP record: buzhug-1.5.xml
