olfactorybulb.database ========================================= The following classes are `Object-Relation-Map (ORM) `_ objects that directly map to tables in the SQLite database. Class properties map directly to columns of each table. These classes are used to query the model database using Python with the `peewee `_ package. The database can be found under:: [repo]/olfactorybulb/model-data.sqlite .. automodule:: olfactorybulb.database :members: :undoc-members: :show-inheritance: