Module convergence::engine[][src]

Contains core interface definitions for custom SQL engines.

Traits

Engine

The engine trait is the core of the convergence crate, and is responsible for dispatching most SQL operations.

Portal

A Postgres portal. Portals represent a prepared statement with all parameters specified.