oysteinkrog / SQLite.Net-PCL

Simple, powerful, cross-platform SQLite client and ORM - Updated version with PCL support
MIT License
353 stars 163 forks source link

.NET Standard support #379

Open MFinkBK opened 6 years ago

MFinkBK commented 6 years ago

I know that this pull request most likely isn't accepted or even considered, since this project is out of maintenance. I still post this so that any interested user can have a look at it. Who knows, maybe someone wants to revive the project from the dead.

This pull request does the following:

This PR would benefit all that have to use the SQLite.Net-PCL NuGet package, e.g. when using the commercial SQLcipher project that is using the ISQLitePlatform interface.

CarLoOSX commented 5 years ago

Hello!! I would like to get your beta. What can I do ? Could I get the last commit ?? Thank you @MFinkBK

MFinkBK commented 5 years ago

You can clone the repository at https://github.com/MFinkBK/SQLite.Net-PCL, open the SQLite.Net.sln and compile the assemblies for yourself.

Note that as @oysteinkrog doesn't work on this project anymore, the changes and this pull request are purely for documentation purposes. The way to go would be to use @praeclarum's version of SQLite.Net, but unfortunately it lacks the ISQLiteApi interface that is needed to use SQLcipher libraries together with SQLite.Net. Someone should port this to @praeclarum's version some time...