Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/credfeto/credfeto-database-source-generator

Source generation for databases, influenced by Dapper
https://github.com/credfeto/credfeto-database-source-generator

Last synced: about 1 month ago
JSON representation

Source generation for databases, influenced by Dapper

Awesome Lists containing this project

README

        

# credfeto-database-source-generator

Database source generator

## Using

Add a reference to the ``Credfeto.Enumeration.Source.Generation`` package in each project you need the code generation
to run.

```xml

```

Reference the following package in the project that contains the attributes and interfaces that are used by the
generator.

```xml

```

## Viewing Compiler Generated files

Add the following to the csproj file:

```xml

true
Generated





```

## Build Status

| Branch | Status |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | [![Build: Pre-Release](https://github.com/credfeto/credfeto-database-source-generator/actions/workflows/build-and-publish-pre-release.yml/badge.svg)](https://github.com/credfeto/credfeto-database-source-generator/actions/workflows/build-and-publish-pre-release.yml) |
| release | [![Build: Release](https://github.com/credfeto/credfeto-database-source-generator/actions/workflows/build-and-publish-release.yml/badge.svg)](https://github.com/credfeto/credfeto-database-source-generator/actions/workflows/build-and-publish-release.yml) |

## Changelog

View [changelog](CHANGELOG.md)

## Contributors