mailru / dbr

Additions to Go's database/sql for super fast performance and convenience. (fork of gocraft/dbr)
MIT License
178 stars 36 forks source link

how to set http header when use `dbr.Open` ? #51

Open zcfh opened 5 months ago

zcfh commented 5 months ago

The Open interface only has the DSN option, and there is no place to set the header.