Kysely type generator for @std/sqlite

Usage

  • Fork to your account.
  • Update allowedTables to expose any tables you'd like to import the schema of.
    This will make their schemas public!
  • Add import type { DB } from "https://yourusername-kyselyVtTypes.web.val.run/?tables=tables,you,need" to your program. See that QueryParams` type at the top? Add those to your URL to set more options.

Demo

See @easrng/kyselyVtDemo.