Open Courtcircuits opened 3 days ago
Hi, I know that sqlx is in a stable state but I still wanted to know if adding a method func (db sqlx.DB) NamedGet(dest interface{}, query string, params interface{}) has ever been considered and if it's the case why it hasn't been implemented ?
func (db sqlx.DB) NamedGet(dest interface{}, query string, params interface{})
Hi, I know that sqlx is in a stable state but I still wanted to know if adding a method
func (db sqlx.DB) NamedGet(dest interface{}, query string, params interface{})
has ever been considered and if it's the case why it hasn't been implemented ?