Correct README

This commit is contained in:
Nikita Volkov 2016-07-25 16:37:17 +03:00
parent 464a1eb687
commit d0bc025271

View File

@ -10,7 +10,7 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* ["hasql-pool"](https://github.com/nikita-volkov/hasql-pool) - a Hasql-specialized abstraction over the connection pool.
* ["hasql-transaction"](https://github.com/nikita-volkov/hasql-transaction) - a **composable** abstraction over the database transactions with an **automated conflict resolution**.
* ["hasql-transaction"](https://github.com/nikita-volkov/hasql-transaction) - a composable abstraction over the database transactions with the automated conflict resolution.
* ["hasql-cursor-query"](https://github.com/nikita-volkov/hasql-cursor-query) - a declarative abstraction over cursors.