SQLiteNetExtensions 1.2.4
See the version list below for details.
dotnet add package SQLiteNetExtensions --version 1.2.4
NuGet\Install-Package SQLiteNetExtensions -Version 1.2.4
<PackageReference Include="SQLiteNetExtensions" Version="1.2.4" />
<PackageVersion Include="SQLiteNetExtensions" Version="1.2.4" />
<PackageReference Include="SQLiteNetExtensions" />
paket add SQLiteNetExtensions --version 1.2.4
#r "nuget: SQLiteNetExtensions, 1.2.4"
#:package SQLiteNetExtensions@1.2.4
#addin nuget:?package=SQLiteNetExtensions&version=1.2.4
#tool nuget:?package=SQLiteNetExtensions&version=1.2.4
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.
Learn more about Target Frameworks and .NET Standard.
-
- Newtonsoft.Json (>= 6.0.5)
- SQLite.Net-PCL (>= 2.4.1)
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.
|
- Added PDB symbols to NuGet package (pull request #9).
- Added support for IList<T> as *ToMany relationships using List<T> as default implementation (pull request #10)
- Added support for reserved words in column names and table names (issue #55)
- DeleteAll objects are splitted in groups of 999 to avoid SQLite variable limits in some platforms (issue #54)