Can you run just a very basic query - start from scratch. Just `await db.exec("PRAGMA table_list")`

Can you run just a very basic query - start from scratch. Just
await db.exec("PRAGMA table_list")
- and nothing else? Your binding appears fine. You aren't returning any results (because it's an INSERT without any RETURNING) - what do you expect to happen? It should just insert without an error.
Was this page helpful?