2 dépôts
Utilities for defining schemas, objects, and relationships to structure information within a database or application.
Distinguishing note: Focuses on the definition of custom objects and fields within a business application context.
Explore 2 awesome GitHub repositories matching data & databases · Data Modeling Tools. Refine with filters or upvote what's useful.
Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m
Enables the definition of bidirectional relationships between custom data objects to establish structured associations across the application.
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
Defining complex relationships between data entities such as one-to-one, one-to-many, and many-to-many associations within an application.