pub async fn create_postgres_backend(
config: &RuntimeConfig,
) -> Result<StorageBackend, String>Expand description
Create a postgres storage backend asynchronously.
pub async fn create_postgres_backend(
config: &RuntimeConfig,
) -> Result<StorageBackend, String>Create a postgres storage backend asynchronously.