is there any way to read from the db synchronously...
# exposed
n
is there any way to read from the db synchronously? I want to do something like
val user = transaction { Table.find{...} }