Closed marat-gainullin closed 5 years ago
That's a lot of work, good job. You basically did what I did with https://github.com/cretz/pgnio after finding bugs here and realizing it was basically abandoned.
This work is intended to fill the gap in async database connectivity for my other project - Septima https://github.com/marat-gainullin/septima
Your project is cool. Especially I like support of COPY protocol. We could combine our effort to make similar work for other DBMSes.
@alaisi Do you consider to add more review comments or improvement proposals?
Reviewed and merged, thanks for the effort!
CompletableFuture
s andRxJava
dependency eliminatedPreparedStatement
s reusing through connection pool introducedParse
|Bind
|Describe
|Execute
|Close
|Sync
message chain splitted intoParse
|Sync
andBind
|Describe
|Execute
|Sync
andClose
|Sync
chains to reusePreparedStatement
instancesPerformanceTest
bytea[]