Hi! I use your greate library, `xorm`.
I'd like to use xorm.Engine with my own *sql.DB instances. Because I also want to use [SessionResetter](https://github.com/golang/go/blob/9499a2e108/src/database/sql/driver/driver.go#L291) interface, so I want to call [sql.OpenDB](https://github.com/golan…