1
2
3
4
5
6
import { sqlite } from "https://esm.town/v/std/sqlite?v=4";
const now = performance.now();
let r = await sqlite.execute(`PREPARE stmt FROM 'SELECT * FROM users WHERE gender = ?'`);
console.log(performance.now() - now);
console.log(r);
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!
March 12, 2024