Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add parametrized parameters mention
  • Loading branch information
MikeAmputer authored Mar 21, 2024
1 parent 84bc84c commit edb29f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Raw SQL migrations and contexts for [ClickHouse](https://github.com/ClickHouse/C
- Fully async contract
- **Contexts:** provides a way to work with ClickHouse contexts, allowing you to organize your database operations in a structured manner.
- Per context migrations, allowing separate migration management for distinct packages or components
- Parametrized queries (anonyomous type parameters supported)
- Provides all the features of the ClickHouse.Client package
- Fully async contract
- **Testing toolkit:** seamlessly integrate unit testing into your ClickHouse.Facades components using the dedicated [ClickHouse.Facades.Testing](https://github.com/MikeAmputer/ClickHouse.Facades/tree/master/src/ClickHouse.Facades.Testing) package. Test ClickHouse contexts and facades effectively, mock facades or specific database requests, and monitor interactions with the ClickHouse database using the provided testing tools.
Expand Down Expand Up @@ -67,4 +68,4 @@ You can create as many contexts as you need with any number of facades. Facades
> ***Note:*** You can perform migrations on your ClickHouse database without the necessity of implementing contexts.
## Documentation
Documentation will be presented in [repository Wiki](https://github.com/MikeAmputer/ClickHouse.Facades/wiki) (WIP)
Documentation will be presented in [repository Wiki](https://github.com/MikeAmputer/ClickHouse.Facades/wiki) (WIP)

0 comments on commit edb29f8

Please sign in to comment.