Update README.md

This commit is contained in:
Nikita Volkov 2016-07-23 15:48:00 +03:00 committed by GitHub
parent a80697d489
commit 39b6bae5c2

View File

@ -12,7 +12,7 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["hasql-transaction"](https://github.com/nikita-volkov/hasql-transaction) - a **composable** abstraction over the database transactions with an **automated conflict resolution**.
* "hasql-stream" - an abstraction over cursors. *Yet to be released.*
* ["hasql-cursor"](https://github.com/nikita-volkov/hasql-cursor) - an abstraction over cursors. *Yet to be released.*
* ["hasql-th"](https://github.com/nikita-volkov/hasql-th) - Template Haskell utilities, such as getting the 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.