Storage¶
openframe-core uses no persistent storage. It is a stateless library.
Adapter Storage¶
Persistent storage concerns belong to adapter packages:
openframe-adapters-db-postgres— relational, asyncpgopenframe-adapters-db-redis— key-value, pub/subopenframe-adapters-db-mongo— document store
See the openframe-adapters documentation when available.