[DB-SIG] Anydbm like interface for PyDbAPI2.0 databases?
Michael Scharf
Michael_Scharf@gmx.de
Wed, 27 Nov 2002 18:20:12 +0100
Gerhard Häring wrote:
> That wouldn't make much sense IMO. If you only want the primitive DBM
> interface, why use a relational database as a backend?
DBM is essentially a simplified (dict like) interface to a
table with two columns. If I have a RDB already installed,
why using another db for dict like stuff? So, why not using a
dict like interface for 2 column tables?
Michael