DvlSql 3.3.0

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

// Install DvlSql as a Cake Tool
#tool nuget:?package=DvlSql&version=3.3.0

DvlSql

Overview DvlSql is a powerful and easy-to-use library for creating select, update, insert, delete statements for sql. It contains sql expressions and abstractions which allow to use those statements in System.Linq type syntax. It is only abstractions. For actual implemented version for MS Sql you can see DvlSql.SqlServer package.

Features Feature 1: Selects for sql Feature 2: Insert statements for sql Feature 3: Update statements for sql Feature 4: Delete statements for sql

Installation You can install DvlSql via NuGet package manager:

NuGet\Install-Package DvlSql -Version 3.3.0

Documentation For detailed documentation and examples, please visit https://github.com/DVLKinoMan/DvlSql.SqlServer

Contributing Contributions are welcome!

License This project is licensed.

Support For support or questions, please create an issue here.

Credits This project was inspired by Linq and lazyness of creating Ado.Net code for queries

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on DvlSql:

Package Downloads
DvlSql.Extensions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.0 105 4/6/2024
3.2.1 103 4/4/2024
3.2.0 103 4/3/2024
3.1.3 115 3/1/2024
3.1.2 105 3/1/2024
3.1.1 94 3/1/2024
3.1.0 84 3/1/2024
3.0.3 490 12/18/2021
3.0.2 308 12/18/2021
3.0.1 474 12/12/2021
3.0.0 538 11/14/2021
2.0.0 534 2/27/2020
1.3.0 496 1/21/2020
1.1.0 468 1/15/2020
1.0.1 515 1/10/2020
1.0.0 548 1/10/2020

SystemNet.Exts 3.3.0