1
2
3
4
5
6
7
8
9
10
11
12
import { valtownToSQLite } from "https://esm.town/v/pomdtr/valTownToSQLite";
import { createClient } from "https://jsr.io/@pomdtr/sqlite-explorer/0.0.6/client.ts";
const client = createClient({
url: "https://mainframe.pomdtr.me",
});
export default async function(interval: Interval) {
await valtownToSQLite({
driver: client,
});
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
June 22, 2024