Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in miliseconds.
By calling this val, you can easily handle migrations in your Val Town Turso Database.
- Make sure you have your Val Town API Token saved in your secrets. See more about authentication to understand how to generate a token.
- Make sure you've set up your turso database
- 👆Fork this val
Each time the val is run, a new migration will be created and tracked in your database in the migrations
table.
There will be one migration per val, per version.
You can do anything you want in the function passed to migrate
; create or alter tables, populate data... whatever!
Vals don't have the concept of decreasing versions and neither does this migration tool. Made a mistake? Write a new version of your val to fix it!
Migrated from folder: kysely/migrations/migrate