Skip to content

Commit

Permalink
doc: Added PeeWee Info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater authored Sep 19, 2023
1 parent f6cd151 commit 1c0e8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fedi_gatus/shared/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

import peewee as p


# TODO May need to do https://fastapi.tiangolo.com/how-to/sql-databases-peewee/
# https://stackoverflow.com/questions/39803746/peewee-and-peewee-async-why-is-async-slower
def get_connection():
DOCKER_VOLUME = "/data"
logging.info(os.getcwd())
Expand Down

0 comments on commit 1c0e8aa

Please sign in to comment.