kore/examples
Joris Vink 8e858983bf python pgsql changes.
- decouple pgsql from the HTTP request allowing it to be used in other
  contexts as well (such as a task, etc).

- change names to dbsetup() and dbquery().

eg:

result = kore.dbquery("db", "select foo from bar")
2019-09-04 19:57:28 +02:00
..
2018-02-14 13:48:49 +01:00
2018-05-04 15:56:56 +02:00
2018-01-20 22:51:06 +01:00
2018-01-20 22:51:06 +01:00
2019-03-13 11:07:15 +01:00
2019-09-04 19:57:28 +02:00
2018-11-29 21:01:08 +01:00
2018-11-29 21:13:19 +01:00
2018-01-20 22:51:06 +01:00
2018-11-29 21:25:20 +01:00