-record(simple_execute, { 'fun' :: fun((postgleam@connection:connection_state(), postgleam@config:config()) -> {{ok, list(postgleam@connection:simple_query_result())} | {error, postgleam@error:error()}, postgleam@connection:connection_state()}), reply :: gleam@erlang@process:subject({ok, list(postgleam@connection:simple_query_result())} | {error, postgleam@error:error()}) }).