Skip to main content

Crate rusticx_postgres

Crate rusticx_postgres 

Source
Expand description

PostgreSQL adapter for Rusticx ORM.

Backed by sqlx with a connection pool. Supports RETURNING * for insert, TIMESTAMPTZ, UUID, JSONB, and all standard SQL types.

Enable with feature flag postgres:

rusticx = { version = "0.1", features = ["postgres"] }

Re-exports§

pub use adapter::PostgresAdapter;
pub use adapter::PostgresConfig;

Modules§

adapter