Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 1.07 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.07 KB

jCRUD

CI MIT License Maven Central

Execute SQL queries in the style of Spring's JDBC Template - but without Spring :)

Motivation behind this library?

I really like to work with Spring's JdbcTemplate, because it is easy to use and a nice abstraction of the base JDBC API. But for projects which are not using Spring, adding the spring-jdbc artifact causes the addition of nearly the complete Spring core to the project.

To avoid this problem, jCRUDshall be a dependency-less, small and easy to use alternative to Spring's great JdbcTemplate.

Prerequisites

This library is built on top of Java 11 and doesn't support older Java releases.