- Added
--schema
CLI option to specify the default schema - thanks @eGust! - Fixed so that the process quickly exits as soon as the CLI finishes - thanks @lbguilherme!
- Previously, the process would hang a bit before exiting if it had failed to connect with SSL.
- Fixed so that data types are correctly separated by schema
- I.e. if you have the enums
public.status
andtest.status
, and the default schema ispublic
, it will now generate the separate union typesStatus
andTestStatus
, instead of conflating them with each other.
- I.e. if you have the enums
- Upgraded dependencies