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

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

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

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

    foxcpp/maddy

    5,853GitHub पर देखें↗

    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/sequeljeremyevans का अवतार

    jeremyevans/sequel

    5,076GitHub पर देखें↗

    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-migrateilyakatz का अवतार

    ilyakatz/data-migrate

    1,544GitHub पर देखें↗

    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.