Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use entityframework 6 with mono and sqlite for C# cross-platform development?

Is there any possibility to use the EntityFramework 6 for Windows & Linux & MacOS C# projects with the support of SQLite as db backend?

Edit: We will use DBreeze as a replacement. EntityFramework and NuGet in combination with SQLite is not working "out of the box" like DBreeze does at the moment. I will still be very happy about a solution with EntityFramework.

like image 601
Till Lorentzen Avatar asked Nov 02 '22 02:11

Till Lorentzen


1 Answers

Check out SQLite Code-First (or search for it on NuGet).

like image 52
GregC Avatar answered Nov 09 '22 10:11

GregC