Simon Bugert
Results
1
issues of
Simon Bugert
I added support for Postgres enum types as array, e.g. `formats format_enum[]` generates `export type formats = Array | null;` with this change. Before, it would yield `any`. Unfortunately, the...