1
0
mirror of https://github.com/ManyakRus/crud_generator.git synced 2024-12-22 00:36:41 +02:00
crud_generator/vendor/github.com/jackc/pgx/v5/pgproto3
2023-11-14 17:07:41 +03:00
..
authentication_cleartext_password.go новый 2023-09-28 17:45:44 +03:00
authentication_gss_continue.go новый 2023-09-28 17:45:44 +03:00
authentication_gss.go новый 2023-09-28 17:45:44 +03:00
authentication_md5_password.go новый 2023-09-28 17:45:44 +03:00
authentication_ok.go новый 2023-09-28 17:45:44 +03:00
authentication_sasl_continue.go новый 2023-09-28 17:45:44 +03:00
authentication_sasl_final.go новый 2023-09-28 17:45:44 +03:00
authentication_sasl.go новый 2023-09-28 17:45:44 +03:00
backend_key_data.go новый 2023-09-28 17:45:44 +03:00
backend.go новый 2023-09-28 17:45:44 +03:00
big_endian.go новый 2023-09-28 17:45:44 +03:00
bind_complete.go новый 2023-09-28 17:45:44 +03:00
bind.go новый 2023-09-28 17:45:44 +03:00
cancel_request.go новый 2023-09-28 17:45:44 +03:00
chunkreader.go новый 2023-09-28 17:45:44 +03:00
close_complete.go новый 2023-09-28 17:45:44 +03:00
close.go новый 2023-09-28 17:45:44 +03:00
command_complete.go новый 2023-09-28 17:45:44 +03:00
copy_both_response.go новый 2023-09-28 17:45:44 +03:00
copy_data.go новый 2023-09-28 17:45:44 +03:00
copy_done.go новый 2023-09-28 17:45:44 +03:00
copy_fail.go новый 2023-09-28 17:45:44 +03:00
copy_in_response.go новый 2023-09-28 17:45:44 +03:00
copy_out_response.go новый 2023-09-28 17:45:44 +03:00
data_row.go новый 2023-09-28 17:45:44 +03:00
describe.go новый 2023-09-28 17:45:44 +03:00
doc.go сделал readme 2023-11-14 17:07:41 +03:00
empty_query_response.go новый 2023-09-28 17:45:44 +03:00
error_response.go новый 2023-09-28 17:45:44 +03:00
execute.go новый 2023-09-28 17:45:44 +03:00
flush.go новый 2023-09-28 17:45:44 +03:00
frontend.go сделал readme 2023-11-14 17:07:41 +03:00
function_call_response.go новый 2023-09-28 17:45:44 +03:00
function_call.go новый 2023-09-28 17:45:44 +03:00
gss_enc_request.go новый 2023-09-28 17:45:44 +03:00
gss_response.go новый 2023-09-28 17:45:44 +03:00
no_data.go новый 2023-09-28 17:45:44 +03:00
notice_response.go новый 2023-09-28 17:45:44 +03:00
notification_response.go новый 2023-09-28 17:45:44 +03:00
parameter_description.go новый 2023-09-28 17:45:44 +03:00
parameter_status.go новый 2023-09-28 17:45:44 +03:00
parse_complete.go новый 2023-09-28 17:45:44 +03:00
parse.go новый 2023-09-28 17:45:44 +03:00
password_message.go новый 2023-09-28 17:45:44 +03:00
pgproto3.go новый 2023-09-28 17:45:44 +03:00
portal_suspended.go новый 2023-09-28 17:45:44 +03:00
query.go новый 2023-09-28 17:45:44 +03:00
README.md сделал readme 2023-11-14 17:07:41 +03:00
ready_for_query.go новый 2023-09-28 17:45:44 +03:00
row_description.go новый 2023-09-28 17:45:44 +03:00
sasl_initial_response.go новый 2023-09-28 17:45:44 +03:00
sasl_response.go новый 2023-09-28 17:45:44 +03:00
ssl_request.go новый 2023-09-28 17:45:44 +03:00
startup_message.go сделал readme 2023-11-14 17:07:41 +03:00
sync.go новый 2023-09-28 17:45:44 +03:00
terminate.go новый 2023-09-28 17:45:44 +03:00
trace.go новый 2023-09-28 17:45:44 +03:00

pgproto3

Package pgproto3 is an encoder and decoder of the PostgreSQL wire protocol version 3.

pgproto3 can be used as a foundation for PostgreSQL drivers, proxies, mock servers, load balancers and more.

See example/pgfortune for a playful example of a fake PostgreSQL server.