NettyApps.Base.Dapper 1.1.0

dotnet add package NettyApps.Base.Dapper --version 1.1.0
                    
NuGet\Install-Package NettyApps.Base.Dapper -Version 1.1.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="NettyApps.Base.Dapper" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NettyApps.Base.Dapper" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="NettyApps.Base.Dapper" />
                    
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 NettyApps.Base.Dapper --version 1.1.0
                    
#r "nuget: NettyApps.Base.Dapper, 1.1.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 NettyApps.Base.Dapper@1.1.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=NettyApps.Base.Dapper&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=NettyApps.Base.Dapper&version=1.1.0
                    
Install as a Cake Tool

NettyApps.Base.Dapper

This package contains Interfaces and classes for DB access through dapper. It has support for SQL Server, MySQL, SQLite and PostgreSQL.

Driver information

SSQL Server and SQLite drivers are Microsoft.Data.SqlClient and Microsoft.Data.Sqlite.Core.

MySQL Driver

https://mysqlconnector.net/
https://www.nuget.org/packages/MySqlConnector

MySqlConnector is a C# ADO.NET driver for MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL for MySQL, Percona Server and more. It provides implementations of DbConnection, DbCommand, DbDataReader, DbTransaction — the classes needed to query and update databases from C# code.

PostgreSQL Driver

https://www.npgsql.org/
https://github.com/npgsql/npgsql?tab=readme-ov-file
https://www.nuget.org/packages/npgsql/

Npgsql is the open source .NET data provider for PostgreSQL. It allows you to connect and interact with PostgreSQL server using .NET.

DB Selection

If not specified, the default DB is SQL Server.

DB Selection in the appsettings.json file

To select the DB, set the DBType in the appsettings.json file. json "AppSettings": { "DBType": "SQLServer" } Valid values are SQLServer, MySQL, SQLite and PostgreSQL.

DB Selection in the Environemnt Variables

To select the DB, set the DBType in the Environment Variables. bash DBType=SQLServer

Global usage to include

global using NettyApps.Base.Dapper;

Netty Dependencies

This package depends on NettyApps.Base.AppSettings
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NettyApps.Base.Dapper:

Package Downloads
NettyApps.Base.Core.Current

This package contains readonly admin table access.

NettyApps.Base.OpenAPI

This package contains objects for the Netty OpenAPI Scalar support and health check

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 198 6/23/2025
1.0.7 144 6/23/2025
1.0.6 156 6/23/2025
1.0.5 301 4/4/2025
1.0.4 215 2/22/2025
1.0.3 153 2/22/2025
1.0.2 112 2/22/2025
1.0.1 108 2/22/2025
1.0.0 182 2/21/2025