Convert the models we have to use EFCore #5

Open
opened 2024-12-31 11:04:19 -05:00 by cswimr · 2 comments
Owner

The models we have currently are just objects, with no way to store them anywhere. We can use Entity Framework Core (EFCore) to convert those models into SQL objects and store them in a database.

The models we have currently are just objects, with no way to store them anywhere. We can use Entity Framework Core (EFCore) to convert those models into SQL objects and store them in a database.
cswimr self-assigned this 2024-12-31 11:04:19 -05:00
Member

I'm assuming we're using sqlite here?

I'm assuming we're using sqlite here?
Author
Owner

Didn't see that, nope, we're gonna be using Postgres. Once the source code is in the main branch, I'll set up a Dockerfile and Docker Compose files so we can test Postgres stuff easier.

Didn't see that, nope, we're gonna be using Postgres. Once the source code is in the main branch, I'll set up a Dockerfile and Docker Compose files so we can test Postgres stuff easier.
cswimr removed their assignment 2024-12-31 13:13:15 -05:00
cswimr self-assigned this 2025-01-01 17:17:37 -05:00
Sign in to join this conversation.
No milestone
No project
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
Reference
Zenith/ZenithInfo-Legacy#5
No description provided.