Skip to main content

create_postgres_backend

Function create_postgres_backend 

Source
pub async fn create_postgres_backend(
    config: &RuntimeConfig,
) -> Result<StorageBackend, String>
Expand description

Create a postgres storage backend asynchronously.