jmoiron / sqlx

general purpose extensions to golang's database/sql
http://jmoiron.github.io/sqlx/
MIT License
16.32k stars 1.09k forks source link

How to use NamedExec to call a Procedure? #884

Open huazhenhz opened 1 year ago

huazhenhz commented 1 year ago

How to use NamedExec to call a Procedure, are there any examples or demo? Thanks a lot!