python-buzhug

pure-Python database engine, using a Pythonic, no-SQL syntax

Description

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 with an interpreted language.

The database is implemented as a Python iterator, yielding objects whose attributes are the fields defined when the base is created ; therefore, requests can be expressed as list comprehensions or generator expressions, instead of SQL queries.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://buzhug.sourceforge.net/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-buzhug