Fix readme link for real (#91)

This commit is contained in:
Markus Schirp 2018-03-23 05:16:47 +00:00 committed by Nikita Volkov
parent 8060c0775c
commit 75c0d37ca8

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-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-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.
* ["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.