Search code examples
entity-frameworksqlitesql-server-ceentity-framework-migrations

SQLite or SQL Server CE for Entity Framework migrations?


I'm starting a project and I will need to use the migrations provided by Entity Framework 6.

I found that SQLite does not have support for migrations.

SQL Server CE is the better option if I need to use the code-first migrations, or do I have other choices?

Remembering, I need a self-contained database engine.


Solution

  • No other choices, as far as I know