smartsexplore.database package¶
Database definitions and management
Defines and interacts with an SQL database holding all relevant data for the SMARTSexplore
application. Uses SQLAlchemy for all of this definition and interaction.
Furthermore, uses SQLAlchemy’s ORM feature to define all models in
smartsexplore.database.models.