|
|
|
|
|
by seedless-sensat
1037 days ago
|
|
It's nice to see another pg proxy using the pgx parser (their src[1]) - I built one using this lib too. However, this implementation is missing a lot of low level features to be considered close to compatible, including: multi-query transactions, auth, TLS, extended query mode, query cancellation. [1]: https://github.com/zknill/sqledge/blob/main/pkg/pgwire/postg... |
|