valentinajemuovic / banking-kata-java

Banking Kata (Java)
MIT License
346 stars 92 forks source link

Adapter - Persistence - JDBC - Stored Procedures #100

Open valentinajemuovic opened 1 year ago

valentinajemuovic commented 1 year ago

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.

keremh commented 1 year ago

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

valentinajemuovic commented 1 year ago

Thanks @keremh, I assigned it to you.