Minimal interface for better-sqlite3 Statement. Compatible with the better-sqlite3 package API.
Execute the statement with the given parameters. Returns information about changes made.
Get a single row matching the statement. Returns undefined if no match.
Get all rows matching the statement.
Minimal interface for better-sqlite3 Statement. Compatible with the better-sqlite3 package API.