rust-postgres/tokio-postgres/src
2023-02-25 18:24:35 +01:00
..
error Make incorrect number of paramaters an error 2023-02-25 18:24:35 +01:00
binary_copy.rs Chore(tokio-postgres): prefer sub-crates of futures 2022-08-14 23:31:17 +08:00
bind.rs Replace impl From block 2020-12-17 17:55:22 -05:00
cancel_query_raw.rs Return a custom TlsStream rather than a ChannelBinding up front 2019-10-27 14:25:58 -07:00
cancel_query.rs Support keepalive interval and retries. 2022-08-26 08:45:04 +00:00
cancel_token.rs Support cancellation in synchronous client 2019-12-29 14:08:17 -05:00
client.rs Make incorrect number of paramaters an error 2023-02-25 18:24:35 +01:00
codec.rs Update tokio-util 2020-03-05 05:31:43 -08:00
config.rs Review fix: Avoid redundant function calls. 2022-08-27 14:19:01 +00:00
connect_raw.rs Chore(tokio-postgres): prefer sub-crates of futures 2022-08-14 23:31:17 +08:00
connect_socket.rs Support keepalive interval and retries. 2022-08-26 08:45:04 +00:00
connect_tls.rs Doc cleanup and "real" extensible enums 2019-12-21 18:14:28 -08:00
connect.rs Support keepalive interval and retries. 2022-08-26 08:45:04 +00:00
connection.rs Clarify poll_message docs 2023-01-01 20:33:06 -05:00
copy_in.rs feat: add rows_affected to RowStream 2023-01-15 21:16:56 -05:00
copy_out.rs Chore(tokio-postgres): prefer sub-crates of futures 2022-08-14 23:31:17 +08:00
generic_client.rs Update tokio-postgres/src/generic_client.rs 2023-01-08 08:32:00 -05:00
keepalive.rs Review fix: Define features regardless of platform and do nothing if not supported. 2022-08-26 19:27:06 +00:00
lib.rs derive Debug for SimpleQueryMessage 2022-12-07 12:29:28 +01:00
maybe_tls_stream.rs Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
portal.rs Upgrade to tokio 0.2/futures 0.3 2019-11-26 16:32:36 -08:00
prepare.rs Chore(tokio-postgres): prefer sub-crates of futures 2022-08-14 23:31:17 +08:00
query.rs Make incorrect number of paramaters an error 2023-02-25 18:24:35 +01:00
row.rs derive Debug for SimpleQueryMessage 2022-12-07 12:29:28 +01:00
simple_query.rs feat: add rows_affected to RowStream 2023-01-15 21:16:56 -05:00
socket.rs Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
statement.rs Add Debug impls. 2020-02-17 17:10:51 +00:00
tls.rs Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
to_statement.rs Implement ToStatement for String 2021-10-28 19:41:32 -04:00
transaction_builder.rs Allow opt-out of transaction settings 2020-01-10 17:49:18 -08:00
transaction.rs Chore(tokio-postgres): prefer sub-crates of futures 2022-08-14 23:31:17 +08:00
types.rs Split ToSql/FromSql out to a separate crate 2019-10-07 17:14:18 -07:00