Module convergence::engine

source ·
Expand description

Contains core interface definitions for custom SQL engines.

Traits§

  • The engine trait is the core of the convergence crate, and is responsible for dispatching most SQL operations.
  • A Postgres portal. Portals represent a prepared statement with all parameters specified.