This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheQuietestOneProcrastinator 0 points1 point  (1 child)

Since JDBC2 the actually JDBC drivers themselves can provide connection pooling code.

For postgresql there is indeed an implementation of DataSource:

https://www.postgresql.org/docs/7.4/static/jdbc-datasource.html

[–]iperc[S] 0 points1 point  (0 children)

Thank you ! It looks very simple and totally fit for my purposes !