chopshop-166 / SignInWebApp

Web app for team management and signing in to locations
MIT License
3 stars 1 forks source link

feat: add support for postgres #175

Closed bot190 closed 1 year ago

bot190 commented 1 year ago

Adds a postgresql service to the docker compose. This also updates a few places in the code to generate postgres compatible calls in addition to the sqlite DB calls.

The hope is that moving to Postgresql will resolve locking issues we're seeing with the sqlite DB.