Hi @christopher.fernandez ,Welcome to Microsoft Q&A.
In Entity Framework Core (EF Core), you can migrate a database from one supported database engine (such as SQL Server) to another supported database engine (such as SQLite) by using database migrations.
But you may need to read this document before migrating:SQLite EF Core Database Provider Limitations.
You can also refer to this link:EF Core - Do SQLServer migrations apply to SQLite?.
Best Regards,
Jiale
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.