sqlc icon indicating copy to clipboard operation
sqlc copied to clipboard

Missing Documention: Override information missing for sqlite

Open apatniv opened this issue 1 year ago • 0 comments

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

apatniv avatar Sep 14 '24 10:09 apatniv