Minimal interface for a database that can be enhanced. This matches the subset of functionality needed by pragma() and transaction().
Optional
Readonly
Whether the database connection is open
Whether a transaction is currently active
Execute SQL without returning results
Prepare a statement that can return results
Minimal interface for a database that can be enhanced. This matches the subset of functionality needed by pragma() and transaction().