AbstractDatabase ================== `AbstractDatabase` defines operations for the underlying database, which can be either SQL or MongoDB. It provides a unified interface that abstracts away the differences in database implementations. Abstract Interfaces -------------------------- .. automodule:: quantnet_controller.core.abstractdatabase :members: :member-order: bysource :exclude-members: DBmodel