fn new_connection(path: &Path, passphrase: &str) -> Result<Connection>
Creates a new SQLite connection.
path is the database path.
path
passphrase is the SQLCipher database passphrase. Empty string if database is not encrypted.
passphrase