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;