dbm — Interfaces to Unix “databases” — Python 3.11.16 documentation

docs.python.org

Tin mới

marshal — Internal Python object serialization

sqlite3 — DB-API 2.0 interface for SQLite databases

Python Module Index

3.11.16 Documentation

The Python Standard Library

dbm.gnu — GNU database manager¶

dbm is a generic interface to variants of the DBM database — dbm.gnu or dbm.ndbm. If none of these modules is installed, the slow-but-simple implementation in module dbm.dumb will be used. There is a third party interfac

dbm.gnu — GNU database manager¶

dbm is a generic interface to variants of the DBM database — dbm.gnu or dbm.ndbm. If none of these modules is installed, the slow-but-simple implementation in module dbm.dumb will be used. There is a third party interfac

dbm.gnu — GNU database manager¶

dbm is a generic interface to variants of the DBM database — dbm.gnu or dbm.ndbm. If none of these modules is installed, the slow-but-simple implementation in module dbm.dumb will be used. There is a third party interfac

shelve: Python object persistence.

collections.abc.MutableMapping

Open a dbm.dumb database. The returned database object behaves similar to a mapping, in addition to providing sync() and close() methods.