1.

Are There Any Interfaces To Database Packages In Python?

Answer»

YES.
Python 2.3 includes the bsddb PACKAGE which provides an INTERFACE to the BerkeleyDB LIBRARY. Interfaces to disk-based HASHES such as DBM and GDBM are also included with standard Python.

Yes.
Python 2.3 includes the bsddb package which provides an interface to the BerkeleyDB library. Interfaces to disk-based hashes such as DBM and GDBM are also included with standard Python.



Discussion

No Comment Found