1 रिपॉजिटरी
Generates models and query builders that span multiple database schemas within a single project environment.
Distinct from Database Schema Code Generators: Distinct from Database Schema Code Generators: focuses on the capability to handle multiple schemas simultaneously rather than the generation of code from a single schema.
Explore 1 awesome GitHub repository matching software engineering & architecture · Multi-Schema Environments. Refine with filters or upvote what's useful.
This project is a database toolkit for Go that provides schema-to-object mapping, fluent query construction, and automated code generation. It functions as a framework for type-safe database access, enabling developers to interact with relational databases by generating models and interfaces directly from existing database schemas. The toolkit distinguishes itself through a workflow that parses hand-written SQL files to generate type-safe functions, allowing for the integration of custom SQL while maintaining consistent result mapping. It supports modular customization through a plugin-based
Generates models and query builders that span multiple database schemas within a single project environment to simplify multi-database interactions.