Fix link to hasql-cursor-transactions

This commit is contained in:
Markus Schirp 2018-03-16 01:13:56 +00:00
parent 45b4b113b6
commit 37b752306a

View File

@ -14,7 +14,7 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["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-query) - a lower-level abstraction over cursors, which however allows to fetch from multiple cursors simultaneously. Generally though "hasql-cursor-query" is the recommended alternative.
* ["hasql-cursor-transaction"](https://github.com/nikita-volkov/hasql-cursor-transactions) - a lower-level abstraction over cursors, which however allows to fetch from multiple cursors simultaneously. Generally though "hasql-cursor-query" is the recommended alternative.
* ["hasql-th"](https://github.com/nikita-volkov/hasql-th) - Template Haskell utilities, such as getting SQL from external files at compile-time. It's planned to extend this library to provide a compile-time checking of the SQL-syntax correctness.