Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/credfeto/credfeto-database-source-generator
- Owner: credfeto
- License: mit
- Created: 2023-02-11T22:54:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:09:46.000Z (2 months ago)
- Last Synced: 2024-10-29T14:53:41.692Z (2 months ago)
- Language: C#
- Size: 2.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
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