Differences between revisions 4 and 5
Revision 4 as of 2014-03-17 01:05:43
Size: 504
Comment: format
Revision 5 as of 2014-05-01 05:01:49
Size: 724
Comment: make mention
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
<<TableOfContents>>
Originally part of the [[https://docs.python.org/2/library/bsddb.html|Python 2.x standard library]].

The bsddb — Interface to Berkeley DB library has been deprecated since version 2.6: The bsddb module has been removed in Python 3.
Line 16: Line 19:
it is primarily an embedded database, not a fancy one supporting tables. it may or may not be appropriate for your data storage needs. It is primarily an embedded database, not a fancy one supporting tables. it may or may not be appropriate for your data storage needs.

Originally part of the Python 2.x standard library.

The bsddb — Interface to Berkeley DB library has been deprecated since version 2.6: The bsddb module has been removed in Python 3.

Masthead

URL

http://www.jcea.es/programacion/pybsddb.htm

licence
python or bsd style
platforms
linux, bsd, unix, windows, probably more

Pros

berkeleydb is small and fast. it offers key -> value storage, transactions, logging, and multi thread + process support.

Cons

It is primarily an embedded database, not a fancy one supporting tables. it may or may not be appropriate for your data storage needs.

BerkeleyDB (last edited 2014-05-01 05:01:49 by DaleAthanasias)

Unable to edit the page? See the FrontPage for instructions.