Database Setup #3

Open
opened 2021-10-24 20:41:59 +00:00 by conco · 0 comments
Owner

The database and EFCore connection need to be finalized. We can switch to sqlite due to the small scope and avoiding access control plights if needed.

  • Finish setting up either a postgres or sqlite database
  • Setup the connection string (as a user secret if postgres)
  • Add necessary EFCore AppDbContext calls to set up new users and check if they already exist in API calls
The database and EFCore connection need to be finalized. We can switch to sqlite due to the small scope and avoiding access control plights if needed. * Finish setting up either a postgres or sqlite database * Setup the connection string (as a user secret if postgres) * Add necessary EFCore AppDbContext calls to set up new users and check if they already exist in API calls
conco added the enhancement label 2021-10-24 20:41:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: PetriePanel-Team/PetriePanel#3