VersaTul.Data.Sql
1.0.14
Prefix Reserved
See the version list below for details.
dotnet add package VersaTul.Data.Sql --version 1.0.14
NuGet\Install-Package VersaTul.Data.Sql -Version 1.0.14
<PackageReference Include="VersaTul.Data.Sql" Version="1.0.14" />
paket add VersaTul.Data.Sql --version 1.0.14
#r "nuget: VersaTul.Data.Sql, 1.0.14"
// Install VersaTul.Data.Sql as a Cake Addin #addin nuget:?package=VersaTul.Data.Sql&version=1.0.14 // Install VersaTul.Data.Sql as a Cake Tool #tool nuget:?package=VersaTul.Data.Sql&version=1.0.14
The VersaTul Data Sql project provides the ability to quickly create database access objects, usable on any suppporting SQL databases. This project is built on top of the System.Data.Common namespace and provides the functionality to quickly call stored procedures or plain text sql queries, then map the result into data objects using the provided helper methods. The project also provides Sql Bulk Copy functionality, which can be use to build insert data into a any SQL database.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- LumenWorks.Framework.IO.Core (>= 1.0.1)
- System.Data.SqlClient (>= 4.8.5)
- VersaTul.Configurations (>= 1.0.7)
- VersaTul.Data.Contracts (>= 1.0.7)
- VersaTul.Logger (>= 1.0.5)
- VersaTul.Utilities (>= 1.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on VersaTul.Data.Sql:
Package | Downloads |
---|---|
VersaTul.Data.MsSql
The VersaTul Data MsSql project provides the ability to quickly create database access objects, usable on Microsoft SQL Server databases. This project is built on top of a combination of System.Data.Common and System.Data.SqlClient namespaces. These are used to provide the functionality to quickly call stored procedures or plain text sql queries, and map the result into data objects using the provided helper methods. The project also provides MsSql Bulk Copy functionality, which can be use to bulk insert data into a MsSQL Server databases. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.14 | 71 | 11/12/2024 |
2.0.13 | 139 | 8/31/2024 |
2.0.11 | 170 | 4/5/2024 |
2.0.10 | 131 | 4/4/2024 |
2.0.9 | 127 | 4/4/2024 |
2.0.8 | 157 | 3/1/2024 |
2.0.7 | 151 | 2/1/2024 |
2.0.6 | 174 | 1/15/2024 |
2.0.5 | 166 | 1/11/2024 |
2.0.4 | 204 | 11/13/2023 |
2.0.3 | 184 | 11/8/2023 |
2.0.2 | 148 | 11/8/2023 |
2.0.1 | 141 | 11/8/2023 |
1.0.15 | 147 | 11/2/2023 |
1.0.14 | 254 | 7/22/2023 |