pub async fn new_database_connection_with_options(
    url: String,
    options: DatabaseConnectionOptions
) -> Result<DatabaseConnection>