Skip to main content

Module client

Module client 

Source
Expand description

Database client trait for pgorm-check

This module defines a minimal trait for database operations, allowing pgorm-check to work independently of pgorm.

Traitsยง

CheckClient
A trait for types that can execute PostgreSQL queries.
RowExt
Extension trait for accessing row columns with better error handling.