Thank you for your interest in RedBase!
- Use GitHub Issues for bug reports
- Use GitHub Discussions for questions and feature requests
Please include:
- RedBase package version (
redb.Core, provider package) - .NET version
- Database type and version (PostgreSQL / MSSQL / SQLite)
- Minimal code to reproduce the issue
- Expected vs actual behavior
Open a Discussion with:
- Description of the feature
- Use case / motivation
- Example code showing desired API (if applicable)
This repository contains examples, CLI tool, and export library. The core packages (redb.Core, redb.Postgres, redb.MSSql, redb.SQLite) are developed in a separate repository.
If you'd like to contribute examples:
- Fork the repository
- Create a branch:
git checkout -b my-example - Add your example following the existing pattern in
redb.Examples/Examples/ - Submit a Pull Request
- Inherit from
ExampleBaseand add[ExampleMeta]attribute - Use
EmployeePropsor other models fromModels/ExampleModels.cs - Keep examples focused on one feature
- Include clear comments explaining what the example demonstrates
By contributing, you agree that your contributions will be licensed under the Apache License 2.0.