niki/vendor/github.com/jackc/pgx/v5/pgproto3
danialasadi 14a941493e wallet domain finished 2026-05-09 02:33:52 +03:30
..
README.md add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_cleartext_password.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_gss.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_gss_continue.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_md5_password.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_ok.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_sasl.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_sasl_continue.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
authentication_sasl_final.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
backend.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
backend_key_data.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
big_endian.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
bind.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
bind_complete.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
cancel_request.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
chunkreader.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
close.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
close_complete.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
command_complete.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_both_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_data.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_done.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_fail.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_in_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
copy_out_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
data_row.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
describe.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
doc.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
empty_query_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
error_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
execute.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
flush.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
frontend.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
function_call.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
function_call_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
gss_enc_request.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
gss_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
no_data.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
notice_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
notification_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
parameter_description.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
parameter_status.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
parse.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
parse_complete.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
password_message.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
pgproto3.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
portal_suspended.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
query.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
ready_for_query.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
row_description.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
sasl_initial_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
sasl_response.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
ssl_request.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
startup_message.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
sync.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
terminate.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30
trace.go add benefactor domain and implement its methods 2026-05-02 22:57:00 +03:30

README.md

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.