Do you use JDBC or ORM ?

Discussion in 'App Development' started by lime, Jun 6, 2024.

  1. lime

    lime

    In your trading app, how do you communicate with your DB?
    Do you use raw JDBC statements or ORM such as JOOQ?
     
  2. Businessman

    Businessman

    I still have JDBC in my code as it was written 20 years ago.

    However JPA is easy enough these days.
     
    lime likes this.
  3. 2rosy

    2rosy

    orm