awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Polymorphic Data Modeling · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPolymorphic Data Modeling

Tools and patterns for associating a single entity with multiple different types of tables using type identifiers.

Distinguishing note: Focuses on flexible, multi-table entity associations rather than standard one-to-one or one-to-many relationships.

Explore 1 awesome GitHub repository matching data & databases · Polymorphic Data Modeling. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Polymorphic Data Modeling

Awesome Polymorphic Data Modeling GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • drizzle-team/drizzle-orm

    drizzle-team/drizzle-orm

    32,850View on GitHub↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Drizzle associates a single entity with multiple different types of tables by using a type identifier and a foreign key to maintain flexible data connections.

    TypeScriptormtypescriptsql
    32,850View on GitHub↗