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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MyBatis Dynamic SQL!