Modules§
Structs§
- Connection
Context - Parameter
Status - At present there is a hard-wired set of parameters for which ParameterStatus will be generated: they are:
- PgProtocol
- The state machine for each psql connection. Read pg messages from tcp stream and write results back.
- PgStream
- Wraps a byte stream and read/write pg messages.
- TlsConfig
- Configures TLS encryption for connections.
Enums§
- PgProtocol
State π - States flow happened from top to down.
- PgStream
Inner π
Statics§
- CURRENT_
SESSION - The current session. Concrete type is erased for different session implementations.
- RW_
QUERY_ πLOG_ TRUNCATE_ LEN - Truncates query log if itβs longer than
RW_QUERY_LOG_TRUNCATE_LEN
, to avoid log file being too large.
Traits§
- PgByte
Stream - Trait for a byte stream that can be used for pg protocol.
Functions§
- build_
ssl_ πctx_ from_ config - cstr_
to_ str - Truncate 0 from C string in Bytes and stringify it (returns slice, no allocations).
- record_
sql_ πin_ span - Record
sql
in the current tracing span. - redact_
sql π - Redacts SQL options. Data in DML is not redacted.