SkillAgentSearch skills...

AdvancedSQLClient

AdvancedSQLClient - An Extensible, Fast & Secure SQL client for Java! (Query Builders, Repositories, Object Mapping, Transactions)

Install / Use

/learn @ZorTik/AdvancedSQLClient
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <img src="https://user-images.githubusercontent.com/67344817/230640574-508510ea-7c59-4606-af34-c1ab7981a767.png" width="130px"> <!-- <img src="https://user-images.githubusercontent.com/67344817/201498814-84314078-3f88-4930-aec1-d3f437e5c9e8.png" width="130px"> -->

AdvancedSQLClient

Ultimate SQL client with intuitive query builders, Json support and more!<br> Head to new <a href="https://github.com/ZorTik/AdvancedSQLClient/wiki">wiki</a> for usage tutorial & quickstart!

Badge Badge

</div> <!--<p align="center"> <img src="https://user-images.githubusercontent.com/67344817/183105393-af39026f-b059-4096-a880-1fe0e93eeeee.png" width="100%"></img> </p>-->

Installation

You can add AdvancedSQLClient to your build path using Maven or Gradle. You can also shade&relocate it using shade plugin to have it's unique build path.

<a href="https://github.com/ZorTik/AdvancedSQLClient/wiki">Installation & Usage on Wiki</a>

Examples

@Table("users")
public interface UserRepository {
  @Save
  QueryResult save(User user);
}

UserRepository repository = connection.createProxy(UserRepository.class);
repository.save(new User("User"));

// TIP: We support query builders too! Check wiki section.
connection.insert()
        .into("users", "firstname", "lastname")
        .values("John", "Doe")
        .execute();

Code of Conduct

This repository contains some basic rules specified in Code of Conduct file.<br>

<a href="https://github.com/ZorTik/AdvancedSQLClient/blob/master/CODE_OF_CONDUCT.md">Code of Conduct</a><br> <a href="https://www.flaticon.com/free-icons/database" title="database icons">Database icons created by Freepik - Flaticon</a>

View on GitHub
GitHub Stars8
CategoryData
Updated1mo ago
Forks0

Languages

Java

Security Score

90/100

Audited on Feb 24, 2026

No findings