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

erdlet/jcrud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages