Versions

  • v1

    3/10/2024
    Open: Version
    Changes from v0 to v1
    +1
    -1
    import { Statement } from "https://esm.town/v/postpostscript/sqliteBuilder?v=34";
    import Table from "npm:easy-table";

    console.log(Table.print(await Statement`select * from users limit 10`.execute()));
    import { Statement } from "https://esm.town/v/postpostscript/sqliteBuilder?v=34";
    import Table from "npm:easy-table";

    console.log(Table.print(await Statement`select * from kv limit 10`.execute()));
  • v0

    3/10/2024
    Open: Version
    +4
    -0

    import { Statement } from "https://esm.town/v/postpostscript/sqliteBuilder?v=34";
    import Table from "npm:easy-table";

    console.log(Table.print(await Statement`select * from users limit 10`.execute()));
1
Next
Updated: March 10, 2024