radloggerpy.database.create_database module

radloggerpy.database.create_database._list_tables()[source]

Collection of all the sqlalchemy model __table__ objects

Returns:

A Collection of __table__ objects from sqlalchemy models.

radloggerpy.database.create_database.create_database_tables(engine)[source]

Creates the database table using the specified engine