Join Slack
Powered by
In my prototype I’m working on there is single lin...
# ktor
o
orangy
11/09/2015, 5:02 PM
In my prototype I’m working on there is single line:
Copy code
application.intercept { next -> db.transaction(request.requestLine.toString()) { next() } }
Which causes all handlers to run in db transaction.
Open in Slack
Previous
Next