mirror of
https://github.com/jorisvink/kore
synced 2025-03-29 06:00:04 -04:00
16 lines
256 B
Markdown
16 lines
256 B
Markdown
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
|
|
```
|