Database initialization
Closed this issue · 1 comments
ecanuto commented
Implement init_database (or a better name).
Don't forget to include it on setup:
def setup():
load_env()
init_logger()
if not _SENTRY_SDK_MISSING_DEPS:
init_sentry()
if not _DATABASE_SDK_MISSING_DEPS:
init_database()
JoaoVitorStein commented