tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
238 stars 77 forks source link

How to use it with TestContainers? #424

Open aadrian opened 1 year ago

aadrian commented 1 year ago

Hi,

Any hints how to use this project with TestContainers? https://www.testcontainers.org/modules/databases/postgres/

Thank you.

beargiles commented 1 year ago

Not to toot my own horn too loudly - but take a look at https://github.com/beargiles/postgresql-pljava-docker. It's a set of docker images that have have pl/java pre-installed. You'll still need to deploy your own jars.

(I need to update to the latest releases from both PostgreSQL and pl/java...)

(I also need to recreate the links to my blog - I took the blog down due to security concerns and have never restored it.)

aadrian commented 1 year ago

@beargiles

https://github.com/beargiles/postgresql-pljava-docker

This looks very good !

need to recreate the links to my blog

those articles from wayback, plus medium are very clear and helpful too.

Thank you very much for sharing !