Skip to content

Commit ab42ec1

Browse files
committed
docs: fix sql_driver config grammar
1 parent ef26f0d commit ab42ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The `gen` mapping supports the following keys:
136136
- `sql_package`:
137137
- Either `pgx/v4`, `pgx/v5` or `database/sql`. Defaults to `database/sql`.
138138
- `sql_driver`:
139-
- Either `github.com/jackc/pgx/v4`, `github.com/jackc/pgx/v5`, `github.com/lib/pq` or `github.com/go-sql-driver/mysql`. No defaults, required if query annotation `:copyfrom` is used.
139+
- Either `github.com/jackc/pgx/v4`, `github.com/jackc/pgx/v5`, `github.com/lib/pq` or `github.com/go-sql-driver/mysql`. No defaults. Required if query annotation `:copyfrom` is used.
140140
- `emit_db_tags`:
141141
- If true, add DB tags to generated structs. Defaults to `false`.
142142
- `emit_prepared_queries`:

0 commit comments

Comments
 (0)