- added new
lite
option, which moves defaults and constraints intocreate table
section and removes some postgres specific things (such as settings and storage) nowrap
option for scripts to omit begin/endnostorage
option to omit storage settingsnosettings
option to omit settingsnotriggers
option to omit triggers- added 'CREATE SEQUENCE'+'ALTER SEQUENCE' for owned sequences
- new execute tests which actually runs generated scripts
- updated tests for postgres 16
- bug fixes