Add a tutorial link

This commit is contained in:
Nikita Volkov 2019-11-04 17:25:36 +03:00 committed by GitHub
parent afe46b1a0b
commit aea1fa6a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,11 @@ Hasql is not just a single library, it is a granular ecosystem of composable lib
* **Horizontal scalability of the ecosystem.** Instead of posting feature- or pull-requests, the users are encouraged to release their own small extension-libraries, with themselves becoming the copyright owners and taking on the maintenance responsibilities. Compare this model to the classical one, where some core-team is responsible for everything. One is scalable, the other is not. * **Horizontal scalability of the ecosystem.** Instead of posting feature- or pull-requests, the users are encouraged to release their own small extension-libraries, with themselves becoming the copyright owners and taking on the maintenance responsibilities. Compare this model to the classical one, where some core-team is responsible for everything. One is scalable, the other is not.
# Tutorials
# Example - [Organization of Hasql code in a dedicated library](https://github.com/nikita-volkov/hasql-tutorial1)
# Short Example
Following is a complete application, which performs some arithmetic in Postgres using Hasql. Following is a complete application, which performs some arithmetic in Postgres using Hasql.