✨ New Features
- Postgres array support.
- GENERATED ALWAYS VIRTUAL columns are now excluded from
MutableColumns
list for MySQL. - Introduced the
-skip-model
and-skip-sql-builder
flags to selectively skip model or SQL builder type generation. - Added generator options
-tables
,-views
, and-enums
to only allow generation of specific tables, views, or enums. - Added generator
-model-json-tag
option to include JSON tags in generated model types.
🐛 Bug Fixes
- Additional model import paths added to support generic types with non-standard inner types (issue).
- Fixed issue where SQL identifiers starting with a number were not correctly quoted.
Contributors
@switchupcb @markvai @joshkaplinsky @SanjaiyKumar @Sanjaiy @Andrei-hub11 @carsonkrueger