alaisi / postgres-async-driver

Asynchronous PostgreSQL Java driver
Apache License 2.0
289 stars 38 forks source link

Java 11 #64

Closed marat-gainullin closed 5 years ago

marat-gainullin commented 5 years ago
cretz commented 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.

marat-gainullin commented 5 years ago

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.

marat-gainullin commented 5 years ago

@alaisi Do you consider to add more review comments or improvement proposals?

alaisi commented 5 years ago

Reviewed and merged, thanks for the effort!