SQLitePCL.pretty 1.1.0

dotnet add package SQLitePCL.pretty --version 1.1.0
NuGet\Install-Package SQLitePCL.pretty -Version 1.1.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.pretty" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SQLitePCL.pretty --version 1.1.0
#r "nuget: SQLitePCL.pretty, 1.1.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 SQLitePCL.pretty as a Cake Addin
#addin nuget:?package=SQLitePCL.pretty&version=1.1.0

// Install SQLitePCL.pretty as a Cake Tool
#tool nuget:?package=SQLitePCL.pretty&version=1.1.0

SQLitePCL.pretty wraps the C like SQLiteAPI provided by SQLitePCL.raw with a friendly C# object oriented API. Notable features include support for using LINQ expressions on SQL query results, SQLite events exposed as C# events, and the ability to take advantage of advance SQLite features, such as collation, aggregate, scalar, and commit hook functions.
For asynchronous query support, an additional companion API is available. See: SQLitePCL.pretty.Async
A simple table mapped ORM is also available. See SQLitePCL.pretty.Orm

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SQLitePCL.pretty:

Package Downloads
SQLitePCL.pretty.Async

Provides an asynchronous API for executing and observing the results of SQLite queries.

Globeport.Client.Uwp.Host

UWP host for Globeport Elements

SQLitePCL.pretty.Orm

Provides a simple table mapping ORM for SQLitePCL.pretty.

Genesis.Repository

Genesis.Repository is a library that makes it simpler to implement database repositories, particularly within a mobile application.

Genesis.DataStore

Genesis.DataStore is a library that makes it simpler to implement a versioned SQLite-based data store, particularly within a mobile application.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on SQLitePCL.pretty:

Repository Stars
MediaBrowser/Emby
Emby Server is a personal media server with apps on just about every device.
Version Downloads Last updated
1.1.0 30,234 11/2/2016