Reputation: 3549
I'm going through some problems with SQLite on Linux and I'd like to inspect Mono.Data.Sqlite source code, but it seems Mono's page on SQLite is outdated and does not point to Mono.Data.Sqlite code repository.
I've done my homework searching it at Google but with no success.
Am I missing something?
Upvotes: 3
Views: 649
Reputation: 74174
It is a class library within the Mono project : https://github.com/mono/mono
https://github.com/mono/mono/tree/master/mcs/class/Mono.Data.Sqlite
Upvotes: 4