sqlc-dev / sqlc

Generate type-safe code from SQL
https://sqlc.dev
MIT License
13.54k stars 809 forks source link

Missing Documention: Override information missing for sqlite #3609

Open apatniv opened 2 months ago

apatniv commented 2 months ago

What do you want to change?

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

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