This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
v0.2.0
- Added database commands
gyv db migrate
: run migrationsgyv db seed
: run seedersgyv db clear
: delete all records in registered models
- Added
gyv openapi
command to generate openapi specification. - Significant refactoring
- Added code injection capabilities (allowing for the database commands and more upcoming commands)