Рет қаралды 113
Note: no reason to use the `next` channel for packages. Stable release has all updates seen here.
---
When developing, it is a pain to take a break from iterating to update your DB.
Vulcan includes a basic auto-migrator to take care of simple tasks like:
adding & removing columns
adding & removing tables
adding & removing indices
So you can keep iterating.
Code used in the video: github.com/tan...