2 Repos
Mechanisms to replace automatically generated SQL with custom manual definitions.
Distinct from Custom SQL Execution: Focuses on overriding system-generated queries via XML rather than general manual SQL execution.
Explore 2 awesome GitHub repositories matching data & databases · SQL Overrides. Refine with filters or upvote what's useful.
Jeesite is a full-stack low-code development framework designed for building enterprise administrative portals using Spring Boot, MyBatis, and Vue. It functions as a comprehensive platform for creating administrative dashboards with integrated role-based access control and organizational data permission systems. The framework distinguishes itself through a combination of automated CRUD code generation and an integrated RAG platform that connects large language models to enterprise data via vector stores. It further incorporates a BPMN-based workflow engine to automate complex business process
Enables replacing system-generated SQL with custom XML definitions using a priority-based overriding system.
FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro
Allows overriding automatically generated SQL for specific columns to support specialized data types.