Home Tags Python database

Tag: python database

A peek at three Python databases: PickleDB, TinyDB and ZODB

4
Persistence of data plays a critical role in most software applications. This article introduces three databases—pickleDB, TinyDB and ZODB—which are implemented in Python. Let’s...