awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesApplication-to-Database Enum Mapping

Mapping between application-level enumeration types and database-level enum types.

Distinct from Enum Definitions: Focuses on the mapping between code enums and database storage, not just internal enum definitions.

Explore 5 awesome GitHub repositories matching data & databases · Application-to-Database Enum Mapping. Refine with filters or upvote what's useful.

Awesome Application-to-Database Enum Mapping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • doctrine/ormdoctrine का अवतार

    doctrine/orm

    10,172GitHub पर देखें↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Maps application-level enumeration types to their corresponding database-level enum representations.

    PHPhacktoberfest
    GitHub पर देखें↗10,172
  • seaql/sea-ormSeaQL का अवतार

    SeaQL/sea-orm

    9,410GitHub पर देखें↗

    Sea-ORM is an asynchronous SQL object-relational mapper and database toolkit for mapping relational tables to strongly typed objects. It provides a relational database mapper for performing CRUD operations across MySQL, PostgreSQL, and SQLite, and includes a programmatic dynamic query builder for constructing complex SQL statements. The project distinguishes itself by providing a GraphQL schema generator that transforms database entities into typed schemas with built-in pagination and filters. It also features a dedicated database migration tool for defining and applying versioned schema chan

    Connects database-level enumeration types to application-level enums using native types or standard columns.

    Rustdatabasehacktoberfestloco
    GitHub पर देखें↗9,410
  • aarondl/sqlboileraarondl का अवतार

    aarondl/sqlboiler

    6,989GitHub पर देखें↗

    sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates

    Converts database enum types into language-specific constants to ensure type safety and eliminate raw strings.

    Godatabasegogolang
    GitHub पर देखें↗6,989
  • graphql-python/graphene-djangographql-python का अवतार

    graphql-python/graphene-django

    4,390GitHub पर देखें↗

    Graphene-Django is a GraphQL integration framework and schema mapper used to build typed APIs for Django applications. It functions as a database API layer that transforms Django model fields and relationships into a graph schema, allowing clients to request specific data in a single call. The project implements the Relay specification, providing tools for global object identification and standardized connection-based pagination to manage large datasets. It distinguishes itself by mapping database models, forms, and serializers directly into GraphQL object types and mutations. The framework

    Transforms database field options into typed GraphQL enums to ensure valid input selection.

    Python
    GitHub पर देखें↗4,390
  • simolus3/driftsimolus3 का अवतार

    simolus3/drift

    3,231GitHub पर देखें↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Maps application-level enumeration types to database storage without requiring custom converters.

    Dartdartdart-build-systemflutter
    GitHub पर देखें↗3,231
  1. Home
  2. Data & Databases
  3. Enum Definitions
  4. Application-to-Database Enum Mapping