rust-postgres/postgres/src
2021-06-03 10:54:37 +10:00
..
binary_copy.rs change rest of *_raw methods to use BorrowToSql 2020-10-27 18:08:23 +01:00
cancel_token.rs Upgrade to tokio 0.3 2020-10-17 09:49:45 -04:00
client.rs Add clear_type_cache to blocking client 2021-04-03 16:55:59 -04:00
config.rs Fix unix socket location in docs (/var/run/postgresql instead of /var/lib/postgresql) 2020-11-11 11:14:28 +01:00
connection.rs Make postgres::Client Send again 2020-10-19 19:58:41 -04:00
copy_in_writer.rs Don't spawn off connection in blocking impl 2020-03-22 12:05:00 -07:00
copy_out_reader.rs deps: upgrade to tokio v1.0 ecosystem 2020-12-24 18:38:05 -05:00
generic_client.rs change rest of *_raw methods to use BorrowToSql 2020-10-27 18:08:23 +01:00
lazy_pin.rs Blocking binary copy support 2019-12-15 17:01:53 -08:00
lib.rs Add support for eui48 version 1.0 2021-06-03 10:54:37 +10:00
notifications.rs deps: upgrade to tokio v1.0 ecosystem 2020-12-24 18:38:05 -05:00
row_iter.rs Don't spawn off connection in blocking impl 2020-03-22 12:05:00 -07:00
test.rs Make postgres::Client Send again 2020-10-19 19:58:41 -04:00
transaction_builder.rs Don't spawn off connection in blocking impl 2020-03-22 12:05:00 -07:00
transaction.rs change rest of *_raw methods to use BorrowToSql 2020-10-27 18:08:23 +01:00