SQLiteNetExtensions 2.0.0-alpha1

This is a prerelease version of SQLiteNetExtensions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SQLiteNetExtensions --version 2.0.0-alpha1
                    
NuGet\Install-Package SQLiteNetExtensions -Version 2.0.0-alpha1
                    
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="SQLiteNetExtensions" Version="2.0.0-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SQLiteNetExtensions" Version="2.0.0-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="SQLiteNetExtensions" />
                    
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 SQLiteNetExtensions --version 2.0.0-alpha1
                    
#r "nuget: SQLiteNetExtensions, 2.0.0-alpha1"
                    
#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 SQLiteNetExtensions@2.0.0-alpha1
                    
#: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=SQLiteNetExtensions&version=2.0.0-alpha1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=SQLiteNetExtensions&version=2.0.0-alpha1&prerelease
                    
Install as a Cake Tool

SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (24)

Showing the top 5 NuGet packages that depend on SQLiteNetExtensions:

Package Downloads
SQLiteNetExtensions.Async

SQLite-Net Extensions is a very simple ORM that provides cascade operations, one-to-one, one-to-many, many-to-one, many-to-many, inverse and text-blobbed relationships on top of the sqlite-net library.

artm.fetcher

Helper for fetching and caching of data from the web

BuildIt.Data.Sqlite

This library contains a number of helper methods and functions to make working with sql data query easier

MillennialAppsLibrary

Shared library for private and pulic projects based on Xamarin Shared Projects

Twotwo.CommonTools

Package Description

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on SQLiteNetExtensions:

Repository Stars
DragoQCC/CrucibleC2
A C# Command & Control framework
sgermosen/TorneoPredicciones
Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo
unoplatform/Uno.Samples
A collection of code samples for the Uno Platform
imurvai/brickcontroller2
Cross platform application for controlling Lego creations using a bluetooth gamepad.
Version Downloads Last Updated
2.1.0 1,832,869 8/13/2018
2.0.0 722,362 12/1/2017
2.0.0-alpha2 49,906 10/4/2016
2.0.0-alpha1 5,740 8/13/2016
1.3.0 263,153 5/5/2015
1.2.5 8,336 3/4/2015
1.2.4 2,241 3/4/2015
1.2.3 8,900 2/3/2015
1.2.2 22,466 10/14/2014
1.2.1 2,518 10/7/2014
1.1.1 3,499 7/28/2014
1.1.0 3,371 7/18/2014

Changed underlying library from SQLite.Net PCL for better support on different platforms to Frank Kruegers sqlite-net-pcl