DbFacade 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package DbFacade --version 1.3.0
                    
NuGet\Install-Package DbFacade -Version 1.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="DbFacade" Version="1.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DbFacade" Version="1.3.0" />
                    
Directory.Packages.props
<PackageReference Include="DbFacade" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DbFacade --version 1.3.0
                    
#r "nuget: DbFacade, 1.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.
#:package DbFacade@1.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DbFacade&version=1.3.0
                    
Install as a Cake Addin
#tool nuget:?package=DbFacade&version=1.3.0
                    
Install as a Cake Tool

A framework to build a data connection service to SQL databases

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on DbFacade:

Package Downloads
DbFacade.Oracle

A DbFacade extension to build a data connection service to Oracle databases

DbFacade.SQLite

A DbFacade extension to build a data connection service to SQLite databases

DbFacade.OleDb

A DbFacade extension to build a data connection service to OleDb databases

DbFacade.Odbc

A DbFacade extension to build a data connection service to Odbc databases

DbFacade.PostgreSQL

A DbFacade extension to build a data connection service to PostgreSQL databases

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 397 12/12/2025
2.0.6 275 11/6/2025
2.0.5 276 11/5/2025
2.0.4 282 11/5/2025
2.0.3 264 11/5/2025
2.0.2 272 11/5/2025
2.0.1 278 11/4/2025
2.0.0 315 10/24/2025
1.13.0 621 4/3/2024
1.12.1 854 5/17/2023
1.12.0 1,161 1/24/2023
1.11.0 934 12/8/2022
1.10.0 1,066 7/21/2022
1.9.0 1,189 1/29/2022
1.8.0 964 12/29/2021
1.7.0 936 12/17/2021
1.6.2 993 12/1/2021
1.6.1 972 11/30/2021
1.6.0 958 11/23/2021
1.3.0 1,004 10/4/2021
Loading failed

Refactor model binding. Remove depreciated code