simple jdbc wrapper

前端 未结 8 942
青春惊慌失措
青春惊慌失措 2021-01-01 21:35

To implement data access code in our application we need some framework to wrap around jdbc (ORM is not our choice, because of scalability).

The coolest framework I

8条回答
  •  有刺的猬
    2021-01-01 22:07

    mJDBC: https://mjdbc.github.io/

    I use it for years and found it very useful.

    It is inspired by JDBI library but has no dependencies, adds transactions support, provides performance counters and allows to switch to the lowest possible SQL level in Java (old plain JDBC API) easily in case if you really need it.

提交回复
热议问题