kore/examples/pgsql
Joris Vink 548348f553 2018 2018-01-20 22:51:06 +01:00
..
conf change all domain directives to * in examples. 2017-09-19 15:16:02 +02:00
src 2018 2018-01-20 22:51:06 +01:00
.gitignore add a .gitignore here 2014-09-19 14:51:14 +02:00
README.md kore -> kodev where appropriate 2017-03-06 11:00:53 +01: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:

	# kodev run