Returns the maximum capacity of the statement cache.
Returns the associated database instance.
Returns the current number of cached statements.
Execute a query and return all rows as an array.
Clears all cached statements.
Execute a query and return the first row, or undefined if no rows.
Execute a query and return an iterator over the rows.
Execute an INSERT, UPDATE, DELETE or other statement that doesn't return rows.
Returns an object with changes and lastInsertRowid.
SQLTagStore provides cached prepared statements via tagged template syntax.
Example