Current section
Files
Jump to
Current section
Files
include/postgleam@internal@connection_actor_SimpleQuery.hrl
-record(simple_query, {
sql :: binary(),
reply :: gleam@erlang@process:subject({ok,
list(postgleam@connection:simple_query_result())} |
{error, postgleam@error:error()})
}).