Portable.Data.Sqlite
1.1.2
dotnet add package Portable.Data.Sqlite --version 1.1.2
NuGet\Install-Package Portable.Data.Sqlite -Version 1.1.2
<PackageReference Include="Portable.Data.Sqlite" Version="1.1.2" />
paket add Portable.Data.Sqlite --version 1.1.2
#r "nuget: Portable.Data.Sqlite, 1.1.2"
// Install Portable.Data.Sqlite as a Cake Addin #addin nuget:?package=Portable.Data.Sqlite&version=1.1.2 // Install Portable.Data.Sqlite as a Cake Tool #tool nuget:?package=Portable.Data.Sqlite&version=1.1.2
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.1.2 - No breaking changes. Bug fix for a problem that occured with a multiple statement SQL scripts; where only the first statement would execute.
v1.1.1 - No breaking changes. New constructor for EncryptedTable that allows CryptEngine to be "inherited" from database connection; new ability to set case sensitivity and trimming on all TableSearch match items by "forced" properties.
v1.1.0 - Tweaked for use with Xamarin.Forms. Added IDatabasePath interface, and added parameterless constructor for IObjectCryptEngine (as required by Xamarin.Forms). Breaking change from v1.0.0: Implementations of IObjectCryptEngine must implement the Initialize() method, in order to provide a way to pass in settings when using the parameterless constructor.
v1.0.0 - First official release, with several tweaks and bug-fixes. New Execute methods added to SqliteCommand. Breaking changes from pre-release version: (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.