sqlmodel-postgres 0.2.0

PostgreSQL driver for SQLModel Rust
Documentation

sqlmodel-postgres

PostgreSQL driver implementing the SQLModel Connection trait.

Role in the SQLModel Rust System

  • Implements the Postgres wire protocol with asupersync I/O.
  • Provides authentication, query, and type conversion support.
  • Used by sqlmodel-query and sqlmodel-session at runtime.

Usage

Most users should depend on sqlmodel and import from sqlmodel::prelude::*. Use this crate directly if you are extending internals or building tooling around the core APIs.

Links