forgedb 0.2.0

ForgeDB — an application database generator. Compiles a declarative .forge schema into tailored Rust database code, a TypeScript SDK, and a REST API.
Documentation
{
  "$schema": "https://openapi.vercel.sh/vercel.json",
  "rewrites": [
    {
      "source": "/relay/static/:path(.*)",
      "destination": "https://us-assets.i.posthog.com/static/:path"
    },
    {
      "source": "/relay/array/:path(.*)",
      "destination": "https://us-assets.i.posthog.com/array/:path"
    },
    {
      "source": "/relay/:path(.*)",
      "destination": "https://us.i.posthog.com/:path"
    }
  ],
  "redirects": [
    {
      "source": "/install.sh",
      "has": [{ "type": "host", "value": "get.forgedb.dev" }],
      "destination": "https://github.com/hoodiecollin/forgedb/releases/latest/download/forgedb-installer.sh",
      "permanent": false
    },
    {
      "source": "/install.ps1",
      "has": [{ "type": "host", "value": "get.forgedb.dev" }],
      "destination": "https://github.com/hoodiecollin/forgedb/releases/latest/download/forgedb-installer.ps1",
      "permanent": false
    },
    {
      "source": "/",
      "has": [{ "type": "host", "value": "get.forgedb.dev" }],
      "destination": "https://github.com/hoodiecollin/forgedb/releases/latest/download/forgedb-installer.sh",
      "permanent": false
    }
  ]
}