exampleSQLQuery
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v2View latest version
example output
{
  columns: [ "id", "content", "time" ],
  columnTypes: [ "INTEGER", "TEXT", "TIMESTAMP" ],
  rows: [ { id: 1, content: "asdfasdf", time: "2024-05-24 19:11:52" } ],
  rowsAffected: 0,
  lastInsertRowid: null
}
Migrated from folder: Archive/exampleSQLQuery
