[Mono-list] Which SQLite?

2014-07-15 Thread Edward Ned Harvey (mono)
For cross-platform compatibility with mono on mac/linux, and .NET on windows... What is recommended SQLite? When I add System.Data.SQLite.Core via NuGet in windows... it seems to be incompatible with mono... It looks like there is SQLite built-in to mono via Mono.Data.SQLite, and I could

Re: [Mono-list] Which SQLite?

2014-07-15 Thread Luke Pulverenti
I will respond with what we're doing with Media Browser in case anyone can offer suggestions. We are using the nuget package for windows. There is only one single line of code that knows our data provider is Sqlite: