clone a System.Data.SQLite library that use C#SQLite.
So, I think someone should step up. I would not use the same
namespace as System.Data.SQLite though. They can look at the
SQLiteClient as a starting point on porting System.Data.SQLite to use
csharp-sqlite.
I took the solution for csharp-sqlite (not the solution for the
sliverlight because it was .net 4.0 only), added a define for
silverlight. Changed some ternary operators to if/then statements.
Removed from the solution where it was ignoring various warnings.
After that, I was able to build and run using MonoDevelop on Mono on
Linux.