Paketname | python-buzhug |
Beschreibung | pure-Python database engine, using a Pythonic, no-SQL syntax |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 168 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 26314 Byte |
Prüfsumme MD5 | 329b7218622bf6da7b1daa093f83346f |
Prüfsumme SHA1 | 4ecc814db01387ea6afd4455f0c0a50417043b63 |
Prüfsumme SHA256 | 27a1d23cc7956ad820c270dc6796b832d5aabc83168ed2a7bf2dd4a4bf7ce904 |
Link zum Herunterladen | python-buzhug_1.6-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.
|