2 dépôts
Utilities that synchronize programming language types with database schema definitions.
Distinguishing note: None of the candidates were provided; this focuses on runtime type inspection for persistence.
Explore 2 awesome GitHub repositories matching data & databases · Schema Mapping Tools. Refine with filters or upvote what's useful.
GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora
Uses runtime type inspection to automatically map programming language structures to database tables and manage field-level data persistence.
Gin-vue-admin is a full-stack development scaffold designed to accelerate the creation of enterprise-grade web applications. It provides a pre-configured foundation for both backend and frontend components, incorporating a modular plugin architecture that allows developers to organize and manage application features as decoupled packages. The platform distinguishes itself through extensive automation, utilizing template-driven code generation to produce boilerplate code and interactive API documentation directly from source code annotations. It features a database-first schema mapping system
Synchronizing application models with relational database structures to ensure data consistency and integrity across the entire persistence layer of an application.