budosystems.storage

Modules

budosystems.storage.dict_repository

Reference implementation of Repository using a Dictionary.

budosystems.storage.mapper

Entity-Storage mapper interface (more commonly known as Object/Relational Mapper, but more specific in the type of object and more generic in the type of storage).

budosystems.storage.query

Query builder classes.

budosystems.storage.repository

General facility for working with storage repositories (e.g. RDBMS, NoSQL DBs, in-memory).