# SqlMan **Repository Path**: lightweight-components/sql-man ## Basic Information - **Project Name**: SqlMan - **Description**: 轻量级 Java 数据库访问组件 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://sqlman.ajaxjs.com/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-07-11 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: SQL, DAO, ORM ## README [![Maven Central](https://img.shields.io/maven-central/v/com.ajaxjs/sqlman?label=Latest%20Release)](https://central.sonatype.com/artifact/com.ajaxjs/sqlman) ![Java Version](https://img.shields.io/badge/Java-8-blue) [![Javadoc](https://img.shields.io/badge/javadoc-1.8-brightgreen.svg?)](https://javadoc.io/doc/com.ajaxjs/sqlman) ![coverage](https://img.shields.io/badge/coverage-80%25-yellowgreen.svg?maxAge=2592000) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true&style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/lightweight-component/SqlMan) [![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:frank@ajaxjs.com) [![中文](https://img.shields.io/badge/lang-中文-red)](./README.zh-CN.md) # 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](https://github.com/lightweight-component/SqlMan) | [GitCode](https://gitcode.com/lightweight-component/SqlMan) ## Link [Web Site](https://sqlman.ajaxjs.com) | [Tutorials](https://sqlman.ajaxjs.com/docs/) | [Java Documents](https://javadoc.io/doc/com.ajaxjs/sqlman) | [Ask DeepWiki](https://deepwiki.com/lightweight-component/sqlman) ## Install Runs on Java8+. Maven: ```xml com.ajaxjs sqlman 1.8 ```