Convert the models we have to use EFCore #5
Labels
No labels
Area/Backend
Area/Frontend
Area/Integration
Area/Models
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Renovate
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#4 Create an API for integration with Zenith
Zenith/ZenithInfo
Reference: Zenith/ZenithInfo#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
I'm assuming we're using sqlite here?
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.