Querying the Database

Writing the data

Other Usage

Misc

Welcome to SqlMan's Docs Center

This is a Java helper library for data manipulation of RDBMS (Databases), from low-level SQL operations to advanced low-code rapid development integration. First of all, it encapsulates common JDBC operations while retaining the original SQL statement input (SQL can be stored in XML or Java annotations); Secondly, it provides convenient CRUD (Create, Read, Update, Delete) operations for Java entities, eliminating the need to write SQL; Finally, it offers a rapid development platform that integrates the features of the former two, allowing the generation of API interfaces with just SQL statements, making it more user-friendly.

Some of the advantages of using SqlMan are:

SqlMan is designed to be:

SqlMan is NOT:

Source Code

Under GNU GENERAL PUBLIC LICENSE v3.0.

Links

Website | Documents | JavaDoc