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
·

1 Repo

Awesome GitHub RepositoriesArbitrary SQL Executions in Migrations

Running arbitrary or database-specific SQL statements inside migration blocks, including conditional code and extension loading.

Distinct from SQL Migration Workflows: Distinct from SQL Migration Workflows: focuses on embedding raw SQL within migration DSL blocks rather than orchestrating external SQL scripts.

Explore 1 awesome GitHub repository matching data & databases · Arbitrary SQL Executions in Migrations. Refine with filters or upvote what's useful.

Awesome Arbitrary SQL Executions in Migrations GitHub Repositories

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

    jeremyevans/sequel

    5,076Auf GitHub ansehen↗

    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

    Allows embedding arbitrary SQL statements within migration blocks for database-specific operations.

    Ruby
    Auf GitHub ansehen↗5,076
  1. Home
  2. Data & Databases
  3. SQL Migration Workflows
  4. Arbitrary SQL Executions in Migrations