create_sqlite_connection

Function create_sqlite_connection 

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