Add a mention of "hasql-dynamic-statements"

This commit is contained in:
Nikita Volkov 2019-05-26 12:22:56 +03:00
parent 16d8b783ae
commit 0724f75e67

View File

@ -17,6 +17,8 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["hasql-transaction"](https://github.com/nikita-volkov/hasql-transaction) - an STM-inspired composable abstraction over the database transactions with automated conflict resolution.
* ["hasql-dynamic-statements"](https://github.com/nikita-volkov/hasql-dynamic-statements) - a toolkit for generating statements based on the parameters.
* ["hasql-cursor-query"](https://github.com/nikita-volkov/hasql-cursor-query) - a declarative abstraction over cursors.
* ["hasql-cursor-transaction"](https://github.com/nikita-volkov/hasql-cursor-transaction) - a lower-level abstraction over cursors, which however allows to fetch from multiple cursors simultaneously. Generally though "hasql-cursor-query" is the recommended alternative.