1
2
3
4
5
import { sqlite } from "https://esm.town/v/stevekrouse/sqlite";
console.log(
await sqlite.execute(`select * from messages limit 1`),
);