feat: cursor implemented
This commit is contained in:
parent
9c0fada00e
commit
af0492cdf1
8 changed files with 435 additions and 106 deletions
|
|
@ -12,6 +12,7 @@ sql:
|
|||
sql_driver: "github.com/jackc/pgx/v5"
|
||||
emit_json_tags: true
|
||||
emit_pointers_for_null_types: true
|
||||
emit_empty_slices: true #slices returned by :many queries will be empty instead of nil
|
||||
overrides:
|
||||
- db_type: "uuid"
|
||||
nullable: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue