Info
Version: | 1.0.0 |
Author(s): | Richard Schoen |
Last Update: | Wednesday, March 28, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/RSSqLite |
Install
Install-Package RSSqLite
dotnet add package RSSqLite
paket add RSSqLite
RSSqLite Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.2.0)
- System.Data.SQLite.Core(>= 1.0.107)
- System.Data.SQLite(>= 1.0.107)
- System.Data.SQLite.EF6(>= 1.0.107)
- System.Data.SQLite.Linq(>= 1.0.107)
Tags
There is a base SQLite class called: SqLiteDataAccess.
There is also a utility class that inherits SqLiteDataAccess that is called SQLiteDbUtilities.
The assembly is compiled at .Net version 4.0.0 level compatability.
It is also compiled with Any CPU so it should be compatible with x86 and x64 projects.