-
Notifications
You must be signed in to change notification settings - Fork 4
Database Library
Trevor Geene edited this page Jan 4, 2021
·
7 revisions
THIS PAGE IS CURRENTLY OUT OF DATE
Database Config File: /application/config/database.py
Call Library: from application.libraries.database import db
Call Helper: from application.libraries.database import database_helper
insert = {
'example_field_1': "test string",
'example_field_2': 3,
'example_field_3: False
}
insert = database_helper.clean_dict(insert)