This library is a general-purpose SQL generator. Think of it as a typesafe and expressive SQL DSL (domain-specific language), with support for rendering SQL formatted properly for MyBatis3 and Spring's NamedParameterJDBCTemplate. The library also contains extensions for Kotlin that enable an idiomatic Kotlin DSL for SQL. The library will generate full DELETE, INSERT, SELECT, and UPDATE statements. The DSL implemented by the library is very similar to native SQL but it includes many functions that allow for very dynamic SQL statements.
Features
- Using the dynamic SQL features of the library eliminates a lot of code that would be required for checking nulls, adding wild cards, etc.
- The library also contains extensions for Kotlin that enable an idiomatic Kotlin DSL for SQL.
- This library is a general purpose SQL generator
- The library will generate full DELETE, INSERT, SELECT, and UPDATE statements
- The DSL implemented by the library is very similar to native SQL but it includes many functions that allow for very dynamic SQL statements
- Java 8 or higher is required.
Categories
LibrariesLicense
Apache License V2.0Follow MyBatis Dynamic SQL
Other Useful Business Software
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MyBatis Dynamic SQL!