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