Merge pull request #154 from mitchellwrosen/patch-1

Add `hasql-interpolate` to ecosystem section of readme
This commit is contained in:
Nikita Volkov 2023-01-11 09:47:04 +03:00 committed by GitHub
commit f41cc75599
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,8 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["hasql-implicits"](https://github.com/nikita-volkov/hasql-implicits) - implicit definitions, such as default codecs for standard types.
* ["hasql-interpolate"](https://github.com/awkward-squad/hasql-interpolate) - a QuasiQuoter that supports interpolating Haskell expressions into Hasql queries.
### Benefits of being an ecosystem
* **Simplicity.** Each library in isolation provides a simple API, which is hopefully easier to comprehend.