awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesFluent Migration Systems

Migration tools using a fluent, programmatic API for schema definitions.

Explore 3 awesome GitHub repositories matching data & databases · Fluent Migration Systems. Refine with filters or upvote what's useful.

Awesome Fluent Migration Systems GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • laravel/laravelAvatar von laravel

    laravel/laravel

    84,489Auf GitHub ansehen↗

    Laravel is a comprehensive full-stack web framework designed for building scalable server-side applications. It provides an integrated development environment that centers on an object-relational mapper for database abstraction, a robust routing system, and a sophisticated service container for dependency injection. The framework is built to handle complex application requirements through a modular architecture that emphasizes convention over configuration. What distinguishes Laravel is its deep integration of background processing and event-driven communication. It features a task queue orch

    Provides a fluent, programmatic interface for defining and modifying database schemas without writing raw SQL.

    Bladeframeworklaravelphp
    Auf GitHub ansehen↗84,489
  • openrewrite/rewriteAvatar von openrewrite

    openrewrite/rewrite

    3,312Auf GitHub ansehen↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Converts constructor arguments into fluent setter calls to align with modern builder patterns.

    Javaabstract-syntax-treeastcode-search
    Auf GitHub ansehen↗3,312
  • aimeos/upschemeAvatar von aimeos

    aimeos/upscheme

    2,601Auf GitHub ansehen↗

    Ships shorthand methods for common column types and modifiers that expand into full schema builder calls.

    PHPdatabasedatabase-managementdatabase-migrations
    Auf GitHub ansehen↗2,601
  1. Home
  2. Data & Databases
  3. Data Integration & Synchronization
  4. Data Migration
  5. Fluent Migration Systems

Unter-Tags erkunden

  • Fluent API Migrations1 Sub-TagAutomated conversion of static arguments into fluent setter calls during API transitions. **Distinct from Fluent Migration Systems:** Focuses specifically on the transition to fluent setter interfaces rather than general schema or data migration.