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
Train ML Models With SQL You Already Know
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MyBatis Dynamic SQL!