I just created a couple of NuGet packages for helping to consume SQLite in .NetStandard1.5 applications. Includes all the nice Async stuff you’d need as well.
It’s based on the twin coders Extensions that provide entity relationships within the database so makes your data tasks easier and wotnot. All the code is on GitHub here:
https://github.com/jamsoft/SQLiteExtensionsCore
And you can get the NuGet packages like this:
Install-Package SQLiteNetExtensionsCore(link)
Install-Package SQLiteNetExtensionsCore.Async
(link)
Let me know if you encounter any issues or open a support/bug report on GitHub
I just created a couple of NuGet packages for helping to consume SQLite in .NetStandard1.5 applications. Includes all the nice Async stuff you’d need as well.
It’s based on the twin coders Extensions that provide entity relationships within the database so makes your data tasks easier and wotnot. All the code is on GitHub here:
https://github.com/jamsoft/SQLiteExtensionsCore
And you can get the NuGet packages like this:
Install-Package SQLiteNetExtensionsCore(link)
Install-Package SQLiteNetExtensionsCore.Async
(link)
Let me know if you encounter any issues or open a support/bug report on GitHub