DbFacade 1.7.0
See the version list below for details.
dotnet add package DbFacade --version 1.7.0
NuGet\Install-Package DbFacade -Version 1.7.0
<PackageReference Include="DbFacade" Version="1.7.0" />
paket add DbFacade --version 1.7.0
#r "nuget: DbFacade, 1.7.0"
// Install DbFacade as a Cake Addin #addin nuget:?package=DbFacade&version=1.7.0 // Install DbFacade as a Cake Tool #tool nuget:?package=DbFacade&version=1.7.0
DbFacade
About
Confused about how C# .NET projects set up calls to SQL databases? Need a well structured design pattern to organize calls to database stored procedures?
Then DbFacade
is the solution! DbFacade builds upon ADO.NET
and simplifies structuring calls to SQL database stored procedures.
Features
- Simplified parameter binding
- Built-In configurable parameter validation
- Easy data model binding
- Supports syncronous or asyncronous methods
- Supports .Net Framework and .Net Core projects
Installation
.Net Framework
Install-Package DbFacade
The latest version can also be downloaded directly from NuGet.org Here
.Net Core
Install-Package DbFacade.Core
The latest version can also be downloaded directly from NuGet.org Here
Documentation
Read full Documentation Here
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
- Newtonsoft.Json (>= 13.0.1)
- Oracle.ManagedDataAccess (>= 21.4.0)
- System.Data.SQLite (>= 1.0.115.5)
- System.Numerics.Vectors (>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on DbFacade:
Package | Downloads |
---|---|
DbFacade.Oracle
A DbFacade extension to build a data connection service to Oracle databases |
|
DbFacade.OleDb
A DbFacade extension to build a data connection service to OleDb databases |
|
DbFacade.SQLite
A DbFacade extension to build a data connection service to SQLite databases |
|
DbFacade.Odbc
A DbFacade extension to build a data connection service to Odbc databases |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.13.0 | 327 | 4/3/2024 | |
1.12.1 | 703 | 5/17/2023 | |
1.12.0 | 968 | 1/24/2023 | |
1.11.0 | 782 | 12/8/2022 | |
1.10.0 | 905 | 7/21/2022 | |
1.9.0 | 998 | 1/29/2022 | |
1.8.0 | 796 | 12/29/2021 | |
1.7.0 | 761 | 12/17/2021 | |
1.6.2 | 812 | 12/1/2021 | |
1.6.1 | 779 | 11/30/2021 | |
1.6.0 | 766 | 11/23/2021 | |
1.5.0 | 824 | 11/10/2021 | |
1.4.0 | 943 | 10/17/2021 | |
1.3.0 | 838 | 10/4/2021 | |
1.2.0 | 813 | 4/12/2021 | |
1.1.1 | 906 | 3/9/2021 | |
1.1.0 | 952 | 3/9/2021 | |
1.0.0 | 990 | 2/1/2021 | |
0.11.0 | 1,120 | 11/7/2020 | |
0.10.0 | 1,075 | 10/9/2020 | |
0.9.0 | 1,116 | 8/13/2020 | |
0.8.0 | 1,086 | 7/8/2020 | |
0.7.1 | 1,015 | 4/17/2020 | |
0.7.0 | 1,049 | 4/16/2020 | |
0.6.7408.26303 | 1,046 | 4/13/2020 | |
0.5.7214.42869 | 1,254 | 10/3/2019 | |
0.4.7214.35817 | 1,057 | 10/2/2019 | |
0.3.7212.24442 | 1,049 | 9/30/2019 | |
0.3.7207.34978 | 1,070 | 9/25/2019 | |
0.2.3 | 1,196 | 9/16/2019 | |
0.2.2 | 1,226 | 9/16/2019 | |
0.2.1 | 1,193 | 9/16/2019 | |
0.2.0 | 1,183 | 9/16/2019 | |
0.1.3 | 1,178 | 8/29/2019 | |
0.1.2 | 1,162 | 8/22/2019 | |
0.1.1 | 1,236 | 8/22/2019 | |
0.1.0 | 1,180 | 8/19/2019 | |
0.0.2 | 1,230 | 7/22/2019 | |
0.0.1 | 1,275 | 4/20/2019 |
Improve type converter. Update dependant libraries. Fix issue with DbDataReader parse. Remove depreciated code.