In the overrides link, the sqlite type information is missing.
I copied the paragraph below:
A database type to override. Find the full list of supported types in postgresql_type.go or mysql_type.go. Note that for Postgres you must use pg_catalog-prefixed names where available. db_type and column are mutually exclusive
What do you want to change?
In the overrides link, the sqlite type information is missing.
I copied the paragraph below:
I am guessing this is the one for sqlite3. https://github.com/sqlc-dev/sqlc/blob/main/internal/codegen/golang/sqlite_type.go#L13
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response