awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesORM

Generates database schemas and migrations from ORM configuration files, keeping auth tables in sync.

Distinct from Schema Generators: Distinct from Schema Generators: specifically generates schemas from ORM configurations (Drizzle) rather than from data models or configuration files.

Explore 2 awesome GitHub repositories matching data & databases · ORM. Refine with filters or upvote what's useful.

Awesome ORM GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • t3-oss/create-t3-turboAvatar de t3-oss

    t3-oss/create-t3-turbo

    6,060Voir sur GitHub↗

    Clean and simple starter repo using the T3 Stack along with Expo React Native

    Generates Drizzle-compatible database schemas and migrations from Better Auth configuration.

    TypeScriptbetter-authexponextjs
    Voir sur GitHub↗6,060
  • doctrine/migrationsAvatar de doctrine

    doctrine/migrations

    4,770Voir sur GitHub↗

    This project is a database version control system and schema evolution manager designed to track and apply incremental changes to database structures. It serves as a tool for versioning SQL database migrations using both programmatic PHP classes and SQL scripts. The system is designed specifically for integration with the Doctrine Object Relational Mapper for PHP, allowing database schemas to evolve incrementally without data loss through reversible migration steps. It covers capabilities for automated database migrations, environment synchronization, and schema versioning. These features fa

    Designed to work specifically with the Doctrine ORM to generate and manage database schemas.

    PHP
    Voir sur GitHub↗4,770
  1. Home
  2. Data & Databases
  3. Schema Generators
  4. ORM

Explorer les sous-tags

  • Query Pattern RecipesCurated implementation patterns for common ORM query operations and interaction flows. **Distinct from ORM:** Focuses on the application of query patterns and recipes rather than schema generation.