From 39b6bae5c22d6ef40bcc6740d086feef4a10573a Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 23 Jul 2016 15:48:00 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c9d6da..934836a 100644 --- a/README.md +++ b/README.md @@ -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.