gohive icon indicating copy to clipboard operation
gohive copied to clipboard

sql support placeholder

Open philhuan opened this issue 9 months ago • 0 comments

sql support placeholder

example:

db.Exec("insert into churn.test (gender) values (?)", []driver.Value{"Female"})

At present, simple types are supported, and complex types (such as array map struct) will be supported in a few days

philhuan avatar May 04 '24 16:05 philhuan