SQLitePCL.ugly 0.8.0

Requires NuGet 2.5 or higher.

dotnet add package SQLitePCL.ugly --version 0.8.0
                    
NuGet\Install-Package SQLitePCL.ugly -Version 0.8.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="SQLitePCL.ugly" Version="0.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLitePCL.ugly" Version="0.8.0" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCL.ugly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SQLitePCL.ugly --version 0.8.0
                    
#r "nuget: SQLitePCL.ugly, 0.8.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.
#:package SQLitePCL.ugly@0.8.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SQLitePCL.ugly&version=0.8.0
                    
Install as a Cake Addin
#tool nuget:?package=SQLitePCL.ugly&version=0.8.0
                    
Install as a Cake Tool

These extension methods for SQLitePCL.raw provide a more usable API while remaining stylistically similar to the sqlite3 C API, which most C# developers would consider 'ugly'.  This package exists for people who (1) really like the sqlite3 C API, and (2) really like C#.  So far, evidence suggests that 100% of the people matching both criteria are named Eric Sink, but this package is available just in case he is not the only one of his kind.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.8.0 790 4/10/2015
0.8.0-pre3 30 4/2/2015
0.8.0-pre2 57 4/2/2015
0.8.0-pre1 67 3/16/2015
0.7.2-pre1 50 1/29/2015
0.7.1 1,168 1/19/2015
0.7.0 544 12/15/2014
0.6.4-pre1 542 11/3/2014
0.6.2 386 9/25/2014
0.6.1 724 9/22/2014
0.6.0 64 9/16/2014
0.5.0 184 7/25/2014
0.4.0-alpha 116 6/30/2014
0.3.0-alpha 48 6/11/2014
0.2.0-alpha 49 6/4/2014

Fix several problems with hook functions and multiple SQLite connections and threads.  Add support for .NET 4.0.  Added msbuild-controlled option to use a bundled SQLite3 library for non-Windows platforms.  Started transition toward removing _basic from the nuget pkg id, resulting in one version of the SQLitePCL.raw pkg to cover all use cases.