[sqlite] SQLite Entity Framework Provider

2015-08-05 Thread Erik Ejlskov Jensen
Joe, There are a number of interfaces that you need to implement in order to support migrations. You can look at the SQL Server and the SQL Server Compact providers in the EF source. Feel free to contact me directly. Ideally, the source code for System.data.sqlite should be hosted on

[sqlite] SQLite Entity Framework Provider

2015-08-04 Thread Joe Mistachkin
Michel Feinstein wrote: > > So, I ask (or beg) that the community make a new provider that can be used > with Entity Framework 6.1.3 Code First, support migrations and the Sync > Framework. > Is there is a list somewhere of what's missing from the System.Data.SQLite.EF6 provider that would

[sqlite] SQLite Entity Framework Provider

2015-08-04 Thread Michel Feinstein
EF6 provider implementation in System.Data.SQLite.EF6 doesn't create tables so it can't work using EF Code First. Apparently EF7 will support this in a new, Microsoft made sqlite provider, but this will take still a long time to appear and EF7 might not be as complete as EF6