db
db copied to clipboard
Accept sql.DB connection
Hi, I would like to see improved integration between the upper API and the standard library database/sql API. For example, it would be good for the upper API to allow upper session objects to be created from sql.DB connections, rather than having to change the connection API around in our user code.