tokio-postgres_wasi 0.7.7

A native, asynchronous PostgreSQL client
1
2
3
4
5
6
//! Types.
//!
//! This module is a reexport of the `postgres_types` crate.

#[doc(inline)]
pub use postgres_types::*;