pgwire
pgwire copied to clipboard
Improve jdbc integration test
Our current jdbc integration test are based on babashka, a modified clojure runtime. After some investigation, I found it's difficult to add support for prepared statement.
We can switch to clojure+next.jdbc for a full jdbc client, or using jbang with postgresql jdbc driver for a test script written in java.