Python logo

Table of Contents

  • dbm — Interfaces to Unix “databases”
    • dbm.sqlite3 — SQLite backend for dbm
    • dbm.gnu — GNU database manager
    • dbm.ndbm — New Database Manager
    • dbm.dumb — Portable DBM implementation

Previous topic

marshal — Internal Python object serialization

Next topic

sqlite3 — DB-API 2.0 interface for SQLite databases