Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
import { PGlite } from "import { PGlite } from "npm:@electric-sql/pglite"";
const db = new PGlite()
await db.query("select 'Hello world' as message;")
February 24, 2024