nullism / bqb

BQB is a lightweight and easy to use query builder that works with sqlite, mysql, mariadb, postgres, and others.
MIT License
155 stars 13 forks source link

Greatly speed up MySQL and SQL dialect replacements #10

Closed nullism closed 1 year ago

nullism commented 1 year ago

This replaces strings.Replace with strings.ReplaceAll for MySQL and SQL dialects, to address a speed improvement for #7.