pub async fn create_sqlite_connection(
path: Option<&Path>,
memory_name: Option<&str>,
read_only: bool,
run_migrations: bool,
) -> Result<SqlitePool, PaymentError>pub async fn create_sqlite_connection(
path: Option<&Path>,
memory_name: Option<&str>,
read_only: bool,
run_migrations: bool,
) -> Result<SqlitePool, PaymentError>