mgutz / dat

Go Postgres Data Access Toolkit
Other
612 stars 62 forks source link

add support for context #71

Open vbehar opened 7 years ago

vbehar commented 7 years ago

allow to pass context.Context to the sql package, using the *Context funcs on sqlx needs a more recent version of sqlx - see https://github.com/jmoiron/sqlx/pull/270