Portable.Data.Sqlite
1.0.0
See the version list below for details.
dotnet add package Portable.Data.Sqlite --version 1.0.0
NuGet\Install-Package Portable.Data.Sqlite -Version 1.0.0
<PackageReference Include="Portable.Data.Sqlite" Version="1.0.0" />
paket add Portable.Data.Sqlite --version 1.0.0
#r "nuget: Portable.Data.Sqlite, 1.0.0"
// Install Portable.Data.Sqlite as a Cake Addin #addin nuget:?package=Portable.Data.Sqlite&version=1.0.0 // Install Portable.Data.Sqlite as a Cake Tool #tool nuget:?package=Portable.Data.Sqlite&version=1.0.0
Portable cross-platform ADO-style SQLite library enabling table-record-level and table-column-level encryption. Please see the project site for details about what this library does, and how to use it.
Learn more about Target Frameworks and .NET Standard.
-
- SQLitePCL (>= 3.8.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.0 - First official version, with several tweaks and bug-fixes. New Execute methods added to SqliteCommand. Breaking changes from v0.9.2: (a) TableSearchType enum members renamed from And/Or to MatchAll/MatchAny. (b) suppressExceptions parameter removed from SqliteDataReader.GetDecrypted methods in favor of DbNullHandling enum, for greater flexibility.
v0.9.2 - Fixed a couple of issues related to the TableColumns property of the EncryptedTable class. The property is now instance-level vs. static. Also added information to the readme file.
v0.9.1 - Updated SQLitePCL dependency information in NuGet package (no code changes from 0.9.0).