Skip to content

Byndyusoft/Byndyusoft.Data.Relational

Repository files navigation

(License)

Byndyusoft.Data.Relational.Abstractions Nuget Downloads
Byndyusoft.Data.Relational Nuget Downloads
Byndyusoft.Data.Relational.OpenTelemetry Nuget Downloads

Byndyusoft.Data.Relational.Abstractions

Relational abstractions for Byndyusoft.Data.Relational.

Installing

dotnet add package Byndyusoft.Data.Relational.Abstractions

Byndyusoft.Data.Relational

Relational database default implementation for Byndyusoft.Data.Relational

Installing

dotnet add package Byndyusoft.Data.Relational

Usage

TBDL

Using Json Type Handler

SqlMapper.AddTypeHandler(new JsonTypeHandler<User>());

Note: 'null' and null will be queried from db as null.

Contributing

To contribute, you will need to setup your local environment, see prerequisites. For the contribution and workflow guide, see package development lifecycle.

A detailed overview on how to contribute can be found in the contributing guide.

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

General folders layout

src

  • source code

tests

  • unit-tests

example

  • example console application

Package development lifecycle

  • Implement package logic in src
  • Add or addapt unit-tests (prefer before and simultaneously with coding) in tests
  • Add or change the documentation as needed
  • Open pull request in the correct branch. Target the project's master branch

Maintainers

github.maintain@byndyusoft.com