Danilo Breda
Danilo Breda

Reputation: 1122

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.

Upvotes: 1

Views: 263

Answers (1)

ErikEJ
ErikEJ

Reputation: 41769

No other choices, as far as I know

Upvotes: 1

Related Questions