kore/examples/python-pgsql/README.md

16 lines
256 B
Markdown
Raw Normal View History

2017-02-06 11:52:24 +01:00
Kore pgsql python module example.
This application requires kore to be built with PYTHON=1 PGSQL=1.
Run:
```
2017-03-06 11:00:53 +01:00
$ kodev run
2017-02-06 11:52:24 +01:00
```
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
```