Packages

A PostgreSQL database client for Gleam, based on PGO

Retired package: Release invalid - SSL configuration crashes

Current section

Files

Jump to
pog include pog_ConstraintViolated.hrl
Raw

include/pog_ConstraintViolated.hrl

-record(constraint_violated, {
message :: binary(),
constraint :: binary(),
detail :: binary()
}).