MonoServer.Data.Crud.Sqlite 0.1.1

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

// Install MonoServer.Data.Crud.Sqlite as a Cake Tool
#tool nuget:?package=MonoServer.Data.Crud.Sqlite&version=0.1.1

Implements crud repositories using Mono.Data.Sqlite.

Product Versions
.NET Framework net
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.1 1,134 11/26/2016
0.1.0 834 11/24/2016

Added dependency on Mono.Data.Sqlite.Portable to allow development and debugging while targeting .NET Framework on windows.
WithModelsFrom now defaults to the entry assembly if no assemblies are provided.