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

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

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

3 مستودعات

Awesome GitHub RepositoriesStartup Schema Bootstrappers

Runs SQL statements at startup to configure the database connection or initialize the schema.

Distinct from Schema Initializations: Distinct from Schema Initializations: focuses on running statements at application startup rather than importing schema dumps.

Explore 3 awesome GitHub repositories matching data & databases · Startup Schema Bootstrappers. Refine with filters or upvote what's useful.

Awesome Startup Schema Bootstrappers GitHub Repositories

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

    foxcpp/maddy

    5,853عرض على GitHub↗

    Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in

    Runs a list of SQL statements once at startup to configure the database connection or schema.

    Godkimdmarcemail
    عرض على GitHub↗5,853
  • jeremyevans/sequelالصورة الرمزية لـ jeremyevans

    jeremyevans/sequel

    5,076عرض على GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Checks at startup that all schema changes are applied, raising an error or returning boolean status.

    Ruby
    عرض على GitHub↗5,076
  • ilyakatz/data-migrateالصورة الرمزية لـ ilyakatz

    ilyakatz/data-migrate

    1,544عرض على GitHub↗

    Data-migrate is a command-line utility designed for managing and executing sequential data transformations alongside standard database schema migrations. It functions as a framework for version control, allowing teams to track, roll back, and synchronize both structural database changes and data updates across multiple environments and deployment pipelines. The tool distinguishes itself by coordinating migrations across multiple database connections within a single application, ensuring data integrity in distributed architectures. It supports modular project structures by allowing migration s

    Reports the execution state of migrations in chronological order to help identify pending or completed tasks.

    Rubydata-schemarailsschema-migrations
    عرض على GitHub↗1,544
  1. Home
  2. Data & Databases
  3. SQL Database Connectivity
  4. Schema Initializations
  5. Startup Schema Bootstrappers

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

  • Migration Status ChecksVerifies at application startup that all database migrations have been applied, raising errors if pending. **Distinct from Startup Schema Bootstrappers:** Distinct from Startup Schema Bootstrappers: focuses on checking status rather than running SQL initialization.