Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@schema@introspection@postgres_IntrospectionOptions.hrl
Raw

include/galchemy@schema@introspection@postgres_IntrospectionOptions.hrl

-record(introspection_options, {
schemas :: list(binary()),
include_system_schemas :: boolean()
}).