• pomdtr avatar
    getValVersions
    @pomdtr
    Forked from neverstew/getValVersions
    Script
  • neverstew avatar
    getValVersions
    @neverstew
    GET /v1/vals/{val_id}/versions Returns information about each version of a specific val. To access private vals this requires a secret called valtownToken, set to your API Token. See more about authentication to understand how to generate a token.
    Script
  • neverstew avatar
    migrate
    @neverstew
    Val Town Migrations By calling this val, you can easily handle migrations in your Val Town Turso Database. Getting started 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 How it works 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! Migrating backwards 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!
    Script
1
Next
October 23, 2023