1 Repo
Interfaces that allow querying and manipulating database records using key-value mappings.
Distinct from Database Query Engines: Focuses on the user-facing interface for row manipulation rather than the internal execution engine.
Explore 1 awesome GitHub repository matching data & databases · Row-Based Query Interfaces. Refine with filters or upvote what's useful.
MyBatis-Flex is an object-relational mapping framework for Java that extends MyBatis with a fluent API and automated CRUD operations. It provides a data access suite featuring an automatic CRUD data mapper, a type-safe SQL query builder, and a row-based query engine for manipulating records without predefined entity classes. The framework includes a multi-dialect SQL translator that converts generated syntax across different database engines, such as MySQL, PostgreSQL, and Oracle. It further distinguishes itself by offering annotation-free entity mapping using runtime reflection and naming co
Provides a flexible interface to query and manipulate records using key-value mappings instead of entity classes.