buildsqlx icon indicating copy to clipboard operation
buildsqlx copied to clipboard

Go database query builder library for PostgreSQL

Results 9 buildsqlx issues
Sort by recently updated
recently updated
newest added

duplicate
enhancement
question

enhancement
question

How can I rollback all query in nested funtion just like err = sqlxdb.InTransaction(func() (interface{}, error) { err =func1(sqlxdb){ do some query } if err !=nil{ return nil,err } err...