mirror of
https://git.kore.io/kore.git
synced 2024-11-10 20:29:11 +01:00
.. | ||
conf | ||
src | ||
.gitignore | ||
README.md |
Kore pgsql example.
This example demonstrates how one can use Kore state machines and the pgsql api to make fully asynchronous SQL queries.
Asynchronous in this case meaning, without interrupting a Kore worker its other clients their I/O or http requests.
Tons of comments inside on how everything works.
Run:
# kodev run