Paketname | python-buzhug |
Beschreibung | pure-Python database engine, using a Pythonic, no-SQL syntax |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.4-1 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 188 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 31402 Byte |
Prüfsumme MD5 | 38e0f80f12880dda9b535626c9cec6a1 |
Prüfsumme SHA1 | f5cbed1cf920ea208533efdd3bc93e83ae353831 |
Prüfsumme SHA256 | 8b1e0b843f46bf6faed39da90c41c71e8214f86a402e842837407c9f027ce47e |
Link zum Herunterladen | python-buzhug_1.4-1_all.deb |
Ausführliche Beschreibung | 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.
|