alecgn / multi-db-helper

A Dapper-based multi-target .NET Standard library for multi-database access and UnitOfWork pattern.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiDBHelper

Build status (multi-db-helper) Nuget version (MultiDBHelper) Nuget downloads (MultiDBHelper)

A Dapper-based multi-target .NET Standard library (.NET Standard 2.0/2.1) that can be used in projects with any .NET implementation, like .NET Framework, .NET Core, Mono, Xamarin, etc., for multi-database access (MS SQL Server, Oracle, PostgreSQL, MySQL, Firebird, SQLite). Usage is the same as Dapper (see https://github.com/StackExchange/Dapper for examples), plus you can select and connect to different databases in a single class, and use Transactions (with a default or user-defined isolation level) with the UnitOfWork pattern directly from the same lib.

About

A Dapper-based multi-target .NET Standard library for multi-database access and UnitOfWork pattern.


Languages

Language:C# 100.0%