pub async fn connection_postgresql_db<I>(
instance_name: I,
schema: Option<DatabaseSchema>,
) -> Result<DatabaseConnection, String>pub async fn connection_postgresql_db<I>(
instance_name: I,
schema: Option<DatabaseSchema>,
) -> Result<DatabaseConnection, String>