Current section

Files

Jump to
postgleam include postgleam@connection_SimpleQueryResult.hrl
Raw

include/postgleam@connection_SimpleQueryResult.hrl

-record(simple_query_result, {
tag :: binary(),
columns :: list(binary()),
rows :: list(list(gleam@option:option(binary())))
}).