Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.36 KB

File metadata and controls

57 lines (38 loc) · 1.36 KB

NpgSQLStorageFacade [Status Zero]

NpgSQLStorageFacade is a Getting Things Done (GTD) framework that which contains a set of convenient tools for working with the context of transactions, commits e.t.c

⚠ Currently the project is in the develop state, nothing is ready yet.

Status

NuGet - Not deployed

Documentation

  1. Development Process
  2. Configuration

Prerequisites

NpgSQLStorageFacade is a .NET 5.0 library. To use it on your own, .NET 5.0 SDK is required.

Build

To build the library, tests and the example, run the following command in the terminal:

$ dotnet build --configuration Release

Configure

By default, NpgSQLStorageFacade will use the appsettings.json file found in the same directory as the entry point file. See more information in the configuration documentation.

Test

To execute the automatic test suite, run the following command in the terminal:

$ dotnet test --configuration Release