pub async fn reflect_pg_sequence(
client: &PgClient,
) -> Result<Vec<PgSequence>, Error>Expand description
Asynchronously pull the contents of pg_sequence
pub async fn reflect_pg_sequence(
client: &PgClient,
) -> Result<Vec<PgSequence>, Error>Asynchronously pull the contents of pg_sequence