Bug 132278 - [New Port]databases/buzhug:A pure-Python database engine
Summary: [New Port]databases/buzhug:A pure-Python database engine
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-03 08:20 UTC by wenheping
Modified: 2009-03-12 19:30 UTC (History)
0 users

See Also:


Attachments
file.shar (3.46 KB, text/plain)
2009-03-03 08:20 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-03-03 08:20:02 UTC
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/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-03 08:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-03-12 19:20:51 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-03-12 19:21:14 UTC
miwi        2009-03-12 19:21:04 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/buzhug     Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.744     +1 -0      ports/databases/Makefile
  1.1       +20 -0     ports/databases/buzhug/Makefile (new)
  1.1       +3 -0      ports/databases/buzhug/distinfo (new)
  1.1       +13 -0     ports/databases/buzhug/pkg-descr (new)
  1.1       +31 -0     ports/databases/buzhug/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"