dbdict: a dbm based on a dict subclass.
On open, loads full file into memory. On close, writes full dict to disk (atomically). Supported output file formats: csv, json, and pickle. Input file format automatically discovered.
Usable by the shelve module for fast access.
This small modules exports specified users to a DBM database. This database can then be used to authenticate users in other Apache contexts, for example for Subversion repositories.
XML-DBM: lightweight embedded database to store, query and modify XML content without time and memory overhead of re-parsing/re-dumping original XML.
A simple wrapper class for PHP3 DBM functions that is primarily used for single-method programs.
DBMEdit is a Web-based DBM file editor, very convenient if you use DBM files. Each record in a DBM file may be treated as several "fields", delimited by a user-defined string-- in effect, supporting multiple columns within a DBM file....
The shelve module is a easy way to add persistence to your application via a DBM database. However, if you have multiple reader/writer combination you need to lock the file to prevent corruption. The shelve module itself does not provide locking...
This zip file contains three functions: dbm_to_vpp which converts dBm to a peak-to-peak voltage; dbmean which calculates the average or mean decibel value of two or more decibel quantities; and nextpow10 which returns the next higher power of 10...
Tokyo Cabinet is the successor of QDBM, a high performance database library similar to the DBM family. It also supports hash and B-tree databases and does not require any server process. The overall speed is improved compared to QDBM.
This is a network server daemon and client library for the standard GNU GDBM(3) transaction oriented database management interface, which itself incorporates Berkeley DBM. It extends GDBM to operate over the network.
The Trivial Database Replication System is an open source suite of software that provides a high-performance, replicated, distributed peer-to-peer Unix Berkley DBM style database built on TDB. It provides a thread-safe C API. |