awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • t3-oss/create-t3-turboالصورة الرمزية لـ t3-oss

    t3-oss/create-t3-turbo

    6,060عرض على 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
    عرض على GitHub↗6,060
  • doctrine/migrationsالصورة الرمزية لـ doctrine

    doctrine/migrations

    4,770عرض على 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
    عرض على GitHub↗4,770
  1. Home
  2. Data & Databases
  3. Schema Generators
  4. ORM

استكشف الوسوم الفرعية

  • 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.