Public
Like
2
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.
Kysely type generator for @std/sqlite
- 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.
See @easrng/kyselyVtDemo.