Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/credfeto/credfeto-database-dapper
Database Wrapper
https://github.com/credfeto/credfeto-database-dapper
Last synced: about 1 month ago
JSON representation
Database Wrapper
- Host: GitHub
- URL: https://github.com/credfeto/credfeto-database-dapper
- Owner: credfeto
- License: mit
- Created: 2022-09-04T00:00:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T16:12:19.000Z (9 months ago)
- Last Synced: 2024-04-11T10:54:38.036Z (9 months ago)
- Language: C#
- Size: 1.89 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# credfeto-database-dapper
Database interfaces and wrapper for simplifying database access using dapper.
## Supported Databases
* PostgreSQL using Npgsql
## Build Status
| Branch | Status |
|---------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | [![Build: Pre-Release](https://github.com/credfeto/credfeto-database-dapper/actions/workflows/build-and-publish-pre-release.yml/badge.svg)](https://github.com/credfeto/credfeto-database-dapper/actions/workflows/build-and-publish-pre-release.yml) |
| release | [![Build: Release](https://github.com/credfeto/credfeto-database-dapper/actions/workflows/build-and-publish-release.yml/badge.svg)](https://github.com/credfeto/credfeto-database-dapper/actions/workflows/build-and-publish-release.yml) |## Changelog
View [changelog](CHANGELOG.md)