I would like to add a temporary table/view to a database and then query the database after I added the table/view. Because running SQL queries to add a table/view is a side effect, what's the right way in Observable to get the client after the query finished?
Related to #310 #313.
In my client, I added a method client(query, params) that returned the client after the query ran.