We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I used this command:
schemats generate -c 'postgres://postgres:postgres@localhost/postgres' -t 'user_map_table' -o schemas/user-map.ts
and I got:
but shouldn't it be object not Object?
object
Object
it's more consistent I think