You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: