kore/examples/pgsql
Pascal Borreli 4e9d9968ac Fixed typos 2015-05-17 02:51:46 +01:00
..
conf Default to only TLSv1.2 from now on. 2015-05-06 10:59:43 +02:00
src Fixed typos 2015-05-17 02:51:46 +01:00
.gitignore add a .gitignore here 2014-09-19 14:51:14 +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