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.
<PackageVersion Include="SQLitePCL.pretty" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="SQLitePCL.pretty" />
                    
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.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.
#:package SQLitePCL.pretty@1.1.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.pretty&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=SQLitePCL.pretty&version=1.1.0
                    
Install as a Cake Tool

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 31,404 11/2/2016