Skip to content

lightweight-component/SqlMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central Java Version Javadoc coverage License Ask DeepWiki Email 中文

SqlMan

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.8</version>
</dependency>

About

A lightweight Data Access Library for Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published