Friday, November 07, 2014

SQLite Windows and Mono Compatible

I haven't tried this yet, but if you have a .net project that needs to use SQLite on both Mono and Window's platforms, I found this comment interesting.

Taken from here http://www.codeproject.com/Articles/821149/Universal-System-Data-Sqlite-binary-for-NET-and-Mo


You could just use Mono.Data.SQLite PinmemberWilliam Ivanski22-Sep-14 4:16 
I copied the file "Mono.Data.SQLite.dll" from Mono to my application bin folder.

I also copied "sqlite3.dll" from SQLite website.

It works flawlessly under both .NET/Windows and Mono/Linux.