You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have simple JdbcTemplate equivalent that can be used with every relational db. Provide support for the most used dbs (PostGRE, MySQL, MSSQL, Oracle..).
The text was updated successfully, but these errors were encountered:
Background
Spring simplifies the relational db access with a helper called JDBCTemplate.
Example: https://spring.io/guides/gs/relational-data-access/
Goal
Have simple JdbcTemplate equivalent that can be used with every relational db. Provide support for the most used dbs (PostGRE, MySQL, MSSQL, Oracle..).
The text was updated successfully, but these errors were encountered: