kore/examples/python-pgsql
Joris Vink f6cd16c567 Replace static/dynamic with a single option: route
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.
2019-11-15 08:11:02 +01:00
..
.gitignore add new python-pgsql example 2017-02-06 11:51:49 +01:00
README.md kore -> kodev where appropriate 2017-03-06 11:00:53 +01:00
__init__.py turn python-pgsql into a real kore python app 2019-09-04 20:07:04 +02:00
app.py tiny comment on koreapp 2019-09-04 20:10:48 +02:00
kore.conf Replace static/dynamic with a single option: route 2019-11-15 08:11:02 +01:00

README.md

Kore pgsql python module example.

This application requires kore to be built with PYTHON=1 PGSQL=1.

Run:

	$ kodev run

Test:

	$ curl -k https://127.0.0.1:8888
	$ curl -k https://127.0.0.1:8888/hello
	$ curl -k https://127.0.0.1:8888/slow