Fork me on GitHub
This has nothing to do with the "Dragon Ball";
I just happen to be a fan of this comic.

Welcome to SqlMan!

A easy, small, straight forward Java CRUD Helper.

SqlMan is a lightweight wrapper over JDBC. It is NOT an ORM but follows a 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 enables fast CRUD database operations with ZERO dependencies, except for the JDK.



Similar libraries:Spring JDBC Template, Apache Commons DbUtils, Jdbi3.



- Current version: v1.0

Design Philosophy

Small/Restraint

Simple philosophy, easy to understand the whole package quickly. Minimal introduction of third-party dependencies.

Carefully Designed API

Elegant API invocation, reuse of common concepts, consistent usage, and reduced learning curve.

Fast

Minimal object creation, efficient database operations. No magic behind the scenes, straightforward execution

Open

100% Open Source with full documentation, commments, unit tests. Community-driven development.


Some of the advantages of using SqlMan are:


SqlMan is NOT:


Source Code

Under GNU GENERAL PUBLIC LICENSE v3.0.

Github | Gitcode
Website | Documents | JavaDoc