How to make Entity Framework CTP5 work with SQLite? How to make Entity Framework CTP5 work with SQLite? sqlite sqlite

How to make Entity Framework CTP5 work with SQLite?


It seems to me that current SQLite.net does not support Entity Framework CTP5 code first. Will have to wait for that to happen.


System.Data.SQLite does not provide CreateDatabase() and DeleteDataase() dynamic database creation at the moment. At least, this forum post is unanswered for approximately a month.
We already offer both dynamic database creation and CTP 5 support, and plan to blog about CTP 5 support in dotConnect for SQLite soon.
UPDATE. The CTP 5 article is available. It contains some notes concerning database creation peculiarities, and a sample illustrating CTP 5 usage.