SQLitePCL.ugly
0.9.2
See the version list below for details.
Requires NuGet 2.5 or higher.
Install-Package SQLitePCL.ugly -Version 0.9.2
dotnet add package SQLitePCL.ugly --version 0.9.2
<PackageReference Include="SQLitePCL.ugly" Version="0.9.2" />
paket add SQLitePCL.ugly --version 0.9.2
#r "nuget: SQLitePCL.ugly, 0.9.2"
// Install SQLitePCL.ugly as a Cake Addin
#addin nuget:?package=SQLitePCL.ugly&version=0.9.2
// Install SQLitePCL.ugly as a Cake Tool
#tool nuget:?package=SQLitePCL.ugly&version=0.9.2
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.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- SQLitePCL.raw (>= 0.9.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on SQLitePCL.ugly:
Package | Downloads |
---|---|
Couchbase.Lite.Storage.SystemSQLite
A storage engine provider for Couchbase Lite .NET that utilizies the system-installed SQLite library |
|
Couchbase.Lite.Storage.SQLCipher
A storage engine provider for Couchbase Lite .NET that utilizies SQLCipher to gain encryption features. |
|
SQLitePCL.tests
Create a new unit test project. Add this NuGetPackage. Build. |
|
Couchbase.Lite.Storage.CustomSQLite
A storage engine provider for Couchbase Lite .NET that utilizies a custom built SQLite library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.9.4-pre1 | 3,067 | 8/8/2016 |
0.9.2 | 1,976 | 6/17/2016 |
0.9.2-pre1 | 731 | 6/17/2016 |
0.9.1 | 26,114 | 6/10/2016 |
0.9.0 | 789 | 6/6/2016 |
0.9.0-pre8 | 727 | 5/9/2016 |
0.9.0-pre7 | 770 | 4/18/2016 |
0.9.0-pre6 | 741 | 4/11/2016 |
0.9.0-pre5 | 870 | 3/21/2016 |
0.8.6 | 5,707 | 1/8/2016 |
0.8.5 | 876 | 1/7/2016 |
0.8.5-pre4 | 750 | 1/6/2016 |
0.8.5-pre3 | 758 | 1/6/2016 |
0.8.5-pre2 | 740 | 12/28/2015 |
0.8.5-pre1 | 896 | 11/30/2015 |
0.8.4 | 1,205 | 11/25/2015 |
0.8.3 | 1,057 | 11/23/2015 |
0.8.3-pre1 | 764 | 11/5/2015 |
0.8.2 | 2,381 | 8/24/2015 |
0.8.1 | 4,179 | 7/16/2015 |
0.8.1-pre2 | 786 | 7/10/2015 |
0.8.1-pre1 | 752 | 7/9/2015 |
0.8.0 | 2,799 | 4/10/2015 |
0.8.0-pre3 | 792 | 4/2/2015 |
0.8.0-pre2 | 799 | 4/2/2015 |
0.8.0-pre1 | 761 | 3/16/2015 |
0.7.2-pre1 | 853 | 1/29/2015 |
0.7.1 | 2,933 | 1/19/2015 |
0.7.0 | 1,815 | 12/15/2014 |
0.6.4-pre1 | 1,387 | 11/3/2014 |
0.6.2 | 1,303 | 9/25/2014 |
0.6.1 | 3,270 | 9/22/2014 |
0.6.0 | 849 | 9/16/2014 |
0.5.0 | 3,208 | 7/25/2014 |
0.4.0-alpha | 895 | 6/30/2014 |
0.3.0-alpha | 815 | 6/11/2014 |
0.2.0-alpha | 866 | 6/4/2014 |
NOTE that 0.9 is a major restructuring of the NuGet packages, and in some cases, upgrading from previous versions will require changes. The main package (SQLitePCL.raw) no longer has native code embedded in it. For situations where you do not want to use the default SQLite for your platform, add one of the SQLitePCL.plugin.* packages. See the SQLitePCL.raw page on GitHub for more info.