Re: [sqlite] SQLite on .NET Standard

2017-05-23 Thread Damien
Hi, For DotNet core, there is an implementation of sqlite for entity framework. maybe you can dig the dependencies to find the sqlite packages. I remember to have done this some time ago, worked well, but some features missing. Damien Le 23 mai 2017 21:04, "Mark Raymond" a écrit : > System.Dat

[sqlite] SQLite on .NET Standard

2017-05-23 Thread Mark Raymond
System.Data.SQLite is available for .NET Framework 2.0+, but as far as I can tell it does not support .NET Core or .NET Standard. Are there any plans to bring System.Data.SQLite to .NET Standard, or failing that .NET Core, so that I can write cross-platform .NET code using SQLite? __