issues
search
sqlc-dev
/
sqlc-gen-typescript
363
stars
17
forks
source link
Improve better-sqlite3 type bindings
#45
Open
zareith
opened
1 month ago
zareith
commented
1 month ago
Ensure that varchar/text types are mapped to string type (and not any)
Remove usage of Date because better-sqlite3 can not actually bind non-primitive values
Remove usage of booleans because sqlite doesn't have boolean type and better-sqlite3 doesn't do any number to boolean conversion