Info
| Version: | 1.1.0 |
| Author(s): | David Bordoley |
| Last Update: | Wednesday, November 2, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/bordoley/SQLitePCL.pretty |
| NuGet Url: | https://www.nuget.org/packages/SQLitePCL.pretty |
Install
Install-Package SQLitePCL.pretty
dotnet add package SQLitePCL.pretty
paket add SQLitePCL.pretty
SQLitePCL.pretty Download (Unzip the "nupkg" after downloading)
Dependencies
- SQLitePCLRaw.core(>= 1.1.0)
Tags
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: https://www.nuget.org/packages/SQLitePCL.pretty.Async/
A simple table mapped ORM is also available.
See https://www.nuget.org/packages/SQLitePCL.pretty.Orm/.