Database

Create the connection to the Database

Functions:

get_db()

Get a Session to the Database like a single transaction

db.database.get_db() Generator[source]

Get a Session to the Database like a single transaction

Returns

Session to the Database

Return type

Generator