besil / kobot

A configurable conversation bot framework, written in Kotlin
Apache License 2.0
16 stars 0 forks source link

jdbc-read should support filtering based on session data #15

Closed besil closed 4 years ago

besil commented 4 years ago

query could be written using such as: sql select foo from foobar where user=!{chatId}

or, if session data already contains something, like {username=bar} sql select foo from foobar where barcolumn=!{username}