如何将entityframework 6与mono和sqlite一起用于C#跨平台开发?

Til*_*zen 5 c# sqlite mono cross-platform entity-framework-6

在SQLite作为db后端的支持下,是否有可能将EntityFramework 6用于Windows&Linux和MacOS C#项目?

编辑: 我们将使用DBreeze作为替代品.EntityFramework和NuGet与SQLite结合使用并不像DBreeze目前那样"开箱即用".我仍然会对使用EntityFramework的解决方案感到非常高兴.

Gre*_*egC 2

查看SQLite Code-First(或在 NuGet 上搜索)。