Goでtext/templateを応用してSQLをテンプレート化するライブラリ。SQLに変数を埋め込むかのように記述できるが、きちんとprepare文を作ってくれるのでSQLインジェクション対策もokと。IN句も対応。なるほど。
---
GitHub - alash3al/sqltmpl: A Go package for safe, dynamic SQL generation using templates, supporting flexible parameter binding for single values and IN clauses
https://github.com/alash3al/sqltmpl
#bookmarks