mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-22 01:52:45 +03:00
Update README.md
This commit is contained in:
parent
482ed6a3f7
commit
afe46b1a0b
@ -11,7 +11,7 @@ Hasql is a highly efficient PostgreSQL driver and a mapping API. It targets both
|
||||
|
||||
Hasql is not just a single library, it is a granular ecosystem of composable libraries, each isolated to perform its own task and stay simple.
|
||||
|
||||
* ["hasql"](https://github.com/nikita-volkov/hasql) - the root of the ecosystem, which provides the essential abstraction over the PostgreSQL client functionality and mapping of values. Everything revolves around that library.
|
||||
* ["hasql"](https://github.com/nikita-volkov/hasql) - the root of the ecosystem, which provides the essential abstraction over the PostgreSQL client functionality and mapping of values. Everything else revolves around that library.
|
||||
|
||||
* ["hasql-pool"](https://github.com/nikita-volkov/hasql-pool) - a Hasql-specialized abstraction over the connection pool.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user