Skip to content

TinyDB Storage

flowdapt.lib.database.storage.tdb.TinyDBStorage

Bases: BaseStorage

TinyDB storage implementation for disk based document database.

Parameters:

Name Type Description Default
path str

Path to database file. If not provided, database will be created in the application directory atdb.json.

UNDEFINED