Re: [sqlite] Issue with entity framework

2016-08-31 Thread Lloyd
DB first worked for me. But I didn't find it documented that code first wont work. On Tue, Aug 30, 2016 at 7:06 PM, grégoire saint-ellier < greg.stell...@gmail.com> wrote: > Thank you for your answer. So wich approach should I use ? DB first? Code > First ? > > Regards > > 2016-08-30 14:08

Re: [sqlite] Issue with entity framework

2016-08-30 Thread grégoire saint-ellier
Thank you for your answer. So wich approach should I use ? DB first? Code First ? Regards 2016-08-30 14:08 GMT+02:00 Erik Ejlskov Jensen : > You cannot use EF Model First with SQLite, no tooling has been made > available for that > Mvh / Regards > > > Erik Ejlskov Jensen >

[sqlite] Issue with entity framework

2016-08-30 Thread Erik Ejlskov Jensen
You cannot use EF Model First with SQLite, no tooling has been made available for that Mvh / Regards Erik Ejlskov Jensen http://twitter.com/erikej ___ sqlite-users mailing list

[sqlite] Issue with entity framework

2016-08-29 Thread grégoire saint-ellier
Hi, I am having trouble creating a project using EntityFramework and SQLite using the Model First approach. I looked for good tutos on google but couldn't find one that made it worked. I can't find SQLite in my datasources. I read somewhere that might be because I am using the community version