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

Portable DB solution for development #1

Open
BrentDaMage opened this issue Apr 27, 2023 · 0 comments
Open

Portable DB solution for development #1

BrentDaMage opened this issue Apr 27, 2023 · 0 comments
Assignees

Comments

@BrentDaMage
Copy link
Contributor

BrentDaMage commented Apr 27, 2023

Roblox.EntityFrameworkCore currently supports MSSQL, MySQL, and SQLite. Ideally we could implement some sort of portable development solution for databases using SQLite files. These could be under version control of some kind and simply contain empty tables.
Additionally, it'd be nice to be able to generate these using Microsoft.EntityFrameworkCore migrations, but I recall REFC's DbContext implementation causing issues.
See an overview for creating EFC migrations here.

@BrentDaMage BrentDaMage self-assigned this Apr 27, 2023
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