RSSqLite 1.0.0

dotnet add package RSSqLite --version 1.0.0
NuGet\Install-Package RSSqLite -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RSSqLite" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSSqLite --version 1.0.0
#r "nuget: RSSqLite, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RSSqLite as a Cake Addin
#addin nuget:?package=RSSqLite&version=1.0.0

// Install RSSqLite as a Cake Tool
#tool nuget:?package=RSSqLite&version=1.0.0

This SqLite data wrapper was designed to simplify using SqLite data access for anyone wishing to use SqLite as a database or document format in a .Net project.

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.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 1,107 3/28/2018

Initial release V1.0