1
2
3
4
5
import { Statement } from "https://esm.town/v/postpostscript/sqliteBuilder?v=34";
import Table from "npm:easy-table";
console.log(await Statement`select * from users limit 2`.execute());
console.log(Table.print(await Statement`select * from users limit 2`.execute()));
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
v6
March 31, 2024