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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of MyBatis Dynamic SQL!