Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite data access layer #40

Open
zhukovdm opened this issue Mar 27, 2024 · 0 comments
Open

Rewrite data access layer #40

zhukovdm opened this issue Mar 27, 2024 · 0 comments

Comments

@zhukovdm
Copy link
Owner

zhukovdm commented Mar 27, 2024

Old data access layer uses SQLite with very weird and unsafe approach to access data. New implementation should use Entity Framework Core and store data in a PostgreSQL instance running on the background.

It should be noted, that EF Core is an advanced dependency and the initial intent of the application was to implement a simple game engine and store data somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant