v0.2
Bump! ⌛️
Diff: 0.1...0.2
Changes:
- change name to contributte/nextras-orm-generator
- support only for PHP7.1+
- generate getEntityClassNames method on repository
- singularization (converting plural table name to singular class names)
- use Nextras\Dbal\Utils\DateTimeImmutable for dates
- option to generate column constants
- model generator
- compatibility with php-generator 3+
- add config for (not) generating relations
- set primary key on generated entities