kore/examples/pgsql
Joris Vink 6e6b042388 Add KORE_PGSQL_STATE_WAIT to our example 2014-08-15 12:39:31 +02:00
..
conf Major pgsql rework. 2014-08-14 14:34:23 +02:00
src Add KORE_PGSQL_STATE_WAIT to our example 2014-08-15 12:39:31 +02:00
README.md Major pgsql rework. 2014-08-14 14:34:23 +02:00

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:

	# kore run