Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@System-Glitch System-Glitch released this 17 Aug 09:02
· 3 commits to master since this release
7596017
  • Added database commands
    • gyv db migrate : run migrations
    • gyv db seed : run seeders
    • gyv 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)