package postgres_async
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml/async implementation of the postgres protocol (i.e., does not use C-bindings to libpq)
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=247ab43840311bef9290ac209f46ca56f21983f3a278f1ec51eba6a6776b7f9b
doc/CHANGES.html
Release v0.17.0
Postgres_asyncnow returns appropriatesql_state_codes for connection-related error states, such as connection unexpectedly closed.Postgres_asyncgained implementation of the SimpleQuery message flow, which is currently exposed underPostgres_async.Private, as it is relatively new and not extensively tested. If you wish to try it, the main entry points aresimple_queryandexecute_simple.Postgres_async.Private.pg_cancelis a best-effort attempt to send out-of-bound message equivalent to invocation ofpg_cancel_backend()for the given connection.Postgres_async.closenow accepts an optionaltry_cancel_statement_before_closeparameter to try and issue out-of-band cancel request for the currently running statement (if any) before closing the connection.- For the
Postgres_async.copy_in_rowsandString_escaping.Copy_in, thecolumn_namesparameter type changed fromstring arraytostring list.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>