Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.78 KB

README.md

File metadata and controls

10 lines (7 loc) · 1.78 KB

Description

The goal of the project is to implement the Postgres driver part to support Nethereum's BigDecimal. This involves persisting BigDecimal in Postgres using the Postgres C# driver. Additionally, the project adds support to Entity Framework Core for Postgres. David Lebee and Quang Minh Dinh are working on this implementation.

Getting started

Full Version NuGet NuGet Install
Gluwa.Nethereum.Npgsql NuGet PM> Install-Package Gluwa.Nethereum.Npgsql
Gluwa.Nethereum.Npgsql.EntityFrameworkCore NuGet PM> Install-Package Gluwa.Nethereum.Npgsql.EntityFrameworkCore