sqlboiler
sqlboiler copied to clipboard
Update README.md to fix Raw and Bind arguments
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