Add a notion of "hasql-implicits" in README

This commit is contained in:
Nikita Volkov 2019-05-28 09:33:11 +03:00
parent 956bde980c
commit b6b8b56e94

View File

@ -29,6 +29,8 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["hasql-optparse-applicative"](https://github.com/sannsyn/hasql-optparse-applicative) - "optparse-applicative" parsers for Hasql.
* ["hasql-implicits"](https://github.com/nikita-volkov/hasql-implicits) - implicit definitions, such as default codecs for standard types.
### Benefits of being an ecosystem
* **Simplicity.** Each library in isolation provides a simple API, which is hopefully easier to comprehend.