sqlboiler icon indicating copy to clipboard operation
sqlboiler copied to clipboard

Update README.md to fix Raw and Bind arguments

Open kotaroyamazaki opened this issue 2 years ago • 0 comments

I found errors in some of the descriptions in README. I just fixed them.

refs:

queries Raw https://github.com/volatiletech/sqlboiler/blob/fa3f9bb8485fce386e16a7962dd143aeede8d14b/queries/query.go#L102-L110

queries (q *Query) Bind https://github.com/volatiletech/sqlboiler/blob/fa3f9bb8485fce386e16a7962dd143aeede8d14b/queries/reflect.go#L128

kotaroyamazaki avatar Aug 10 '22 02:08 kotaroyamazaki