Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlMan

CRUD Tools for Java


Maven CentralJava VersionJavadoccoverageLicenseAsk DeepWikiEmail中文


SqlMan is a lightweight wrapper over JDBC. It is NOT an ORM but follows an SQL-first approach. It allows you to use pure SQL with IF/forEach and pass Map parameters for queries or executions. The results you receive are either 'isOk' indicators and 'Map' or Java Bean object(s). SqlMan has minimal dependencies, compact and elegant code, and a unified API that is simple and easy to use.

Source code

Github | GitCode

Link

Web Site | Tutorials | Java Documents | Ask DeepWiki

Install

Runs on Java8+. Maven:

<dependency>
    <groupId>com.ajaxjs</groupId>
    <artifactId>sqlman</artifactId>
    <version>1.9</version>
</dependency>

About

A lightweight Data Access Library for Java

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages