Feature Request
Is your feature request related to a problem? Please describe.
Currently, database migrations need to be managed separately from the application.
Describe the solution you'd like
Add built-in migration tools:
- Schema versioning
- Automatic migrations
- Rollback support
- Data migrations
- Migration testing
Describe alternatives you've considered
- Integrate with existing migration tools
- Add as a build step
- Create a separate migration service
Additional context
This would streamline database management and reduce errors.
Labels: enhancement, good first issue
Feature Request
Is your feature request related to a problem? Please describe.
Currently, database migrations need to be managed separately from the application.
Describe the solution you'd like
Add built-in migration tools:
Describe alternatives you've considered
Additional context
This would streamline database management and reduce errors.
Labels: enhancement, good first issue