diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-13 03:21:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-13 03:21:04 +0800 |
commit | b816c9e1d2c1df116df1048755c05c3668f777ce (patch) | |
tree | 6e777b34edbcbac5cbce41f99537a67c08c90d29 /irc/iroffer-lamm | |
parent | ea15010ad3fc07708c4aa715dad34a415197bc10 (diff) | |
download | freebsd-ports-gnome-b816c9e1d2c1df116df1048755c05c3668f777ce.tar.gz freebsd-ports-gnome-b816c9e1d2c1df116df1048755c05c3668f777ce.tar.zst freebsd-ports-gnome-b816c9e1d2c1df116df1048755c05c3668f777ce.zip |
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.
WWW: http://buzhug.sourceforge.net/
PR: ports/132278
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'irc/iroffer-lamm')
0 files changed, 0 insertions, 0 deletions