Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include cquill@error_TooManyRows.hrl
Raw

include/cquill@error_TooManyRows.hrl

-record(too_many_rows, {expected :: integer(), got :: integer()}).