mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Kore will automatically detect if a route is a dynamic or static one so there is no need for the configuration options to differ anymore.
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