Interface representing a connection to an SQLite database with a method for executing queries. SqliteConnection
Executes an SQLite statement with given parameters and returns the result.
The SQL statement to execute.
The parameters for the SQL statement.
Interface representing a connection to an SQLite database with a method for executing queries. SqliteConnection