banking-kata-java icon indicating copy to clipboard operation
banking-kata-java copied to clipboard

Adapter - Persistence - JDBC - Stored Procedures

Open valentinajemuovic opened this issue 1 year ago • 2 comments

Add a module adapter-persistence-jdbc-sp. It should implement persistence using Postgres but not using JPA, instead using JDBC. Use raw stored procedures to execute commands.

For reference when creating the module, see adapter-persistence-jpa and adapter-persistence-redis.

So here you'll be using JDBC + Stored procedures.

valentinajemuovic avatar May 23 '23 13:05 valentinajemuovic

hi @valentinacupac, i'm working on this issue 👍

keremh avatar May 26 '23 20:05 keremh

Thanks @keremh, I assigned it to you.

valentinajemuovic avatar May 29 '23 07:05 valentinajemuovic