You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/jackc/pgproto3/v2
李光春 c40526bfc0
update v1.0.45
2 years ago
..
.travis.yml update v1.0.45 2 years ago
LICENSE update v1.0.45 2 years ago
README.md update v1.0.45 2 years ago
authentication_cleartext_password.go update v1.0.45 2 years ago
authentication_gss.go update v1.0.45 2 years ago
authentication_gss_continue.go update v1.0.45 2 years ago
authentication_md5_password.go update v1.0.45 2 years ago
authentication_ok.go update v1.0.45 2 years ago
authentication_sasl.go update v1.0.45 2 years ago
authentication_sasl_continue.go update v1.0.45 2 years ago
authentication_sasl_final.go update v1.0.45 2 years ago
backend.go update v1.0.45 2 years ago
backend_key_data.go update v1.0.45 2 years ago
big_endian.go update v1.0.45 2 years ago
bind.go update v1.0.45 2 years ago
bind_complete.go update v1.0.45 2 years ago
cancel_request.go update v1.0.45 2 years ago
chunkreader.go update v1.0.45 2 years ago
close.go update v1.0.45 2 years ago
close_complete.go update v1.0.45 2 years ago
command_complete.go update v1.0.45 2 years ago
copy_both_response.go update v1.0.45 2 years ago
copy_data.go update v1.0.45 2 years ago
copy_done.go update v1.0.45 2 years ago
copy_fail.go update v1.0.45 2 years ago
copy_in_response.go update v1.0.45 2 years ago
copy_out_response.go update v1.0.45 2 years ago
data_row.go update v1.0.45 2 years ago
describe.go update v1.0.45 2 years ago
doc.go update v1.0.45 2 years ago
empty_query_response.go update v1.0.45 2 years ago
error_response.go update v1.0.45 2 years ago
execute.go update v1.0.45 2 years ago
flush.go update v1.0.45 2 years ago
frontend.go update v1.0.45 2 years ago
function_call.go update v1.0.45 2 years ago
function_call_response.go update v1.0.45 2 years ago
gss_enc_request.go update v1.0.45 2 years ago
gss_response.go update v1.0.45 2 years ago
no_data.go update v1.0.45 2 years ago
notice_response.go update v1.0.45 2 years ago
notification_response.go update v1.0.45 2 years ago
parameter_description.go update v1.0.45 2 years ago
parameter_status.go update v1.0.45 2 years ago
parse.go update v1.0.45 2 years ago
parse_complete.go update v1.0.45 2 years ago
password_message.go update v1.0.45 2 years ago
pgproto3.go update v1.0.45 2 years ago
portal_suspended.go update v1.0.45 2 years ago
query.go update v1.0.45 2 years ago
ready_for_query.go update v1.0.45 2 years ago
row_description.go update v1.0.45 2 years ago
sasl_initial_response.go update v1.0.45 2 years ago
sasl_response.go update v1.0.45 2 years ago
ssl_request.go update v1.0.45 2 years ago
startup_message.go update v1.0.45 2 years ago
sync.go update v1.0.45 2 years ago
terminate.go update v1.0.45 2 years ago

README.md

Build Status

pgproto3

Package pgproto3 is a 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.

Extracted from original implementation in https://github.com/jackc/pgx.