https://github.com/rsm-hcd/andculturecode.csharp.data.postgresql
Infrastructure layer's PostgreSQL specific package.
https://github.com/rsm-hcd/andculturecode.csharp.data.postgresql
dotnet-core efcore hacktoberfest postgresql
Last synced: 2 months ago
JSON representation
Infrastructure layer's PostgreSQL specific package.
- Host: GitHub
- URL: https://github.com/rsm-hcd/andculturecode.csharp.data.postgresql
- Owner: rsm-hcd
- Created: 2020-11-06T14:41:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T14:48:48.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T22:03:08.508Z (2 months ago)
- Topics: dotnet-core, efcore, hacktoberfest, postgresql
- Language: C#
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AndcultureCode.CSharp.Data.PostgreSQL

[](https://codecov.io/gh/AndcultureCode/AndcultureCode.CSharp.Data.PostgreSQL)
[](#contributors-)Infrastructure layer's PostgreSQL specific package.
## Getting Started
This package is installed via NuGet
```
dotnet add [] package AndcultureCode.CSharp.Data.PostgreSQL
```## Documentation
[Full API Documentation](src/AndcultureCode.CSharp.Data.PostgreSQL/AndcultureCode.CSharp.Data.PostgreSQL.md)
## Development Setup
* Install Dotnet Core 2.x
* Install the `and-cli` tooling found at [AndcultureCode.Cli](https://github.com/AndcultureCode/AndcultureCode.Cli)Below are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the `and-cli`.
### Building project
* Run the build command
```
and-cli dotnet --build
```### Running tests along with code coverage
* Run the test command
```
and-cli dotnet-test
```
* Open the `coverage/index.htm` file in your browser### Publishing a new version
* Run the publish command with the next version number ([See semver package versioning](https://docs.microsoft.com/en-us/nuget/concepts/package-versioning))
```
and-cli nuget --publish
```Contributing
======Information on contributing to this repo is in the [Contributing Guide](CONTRIBUTING.md)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!