awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesCustom Casting Rules

User-defined rules for converting source data types to PostgreSQL types during migration.

Distinct from Data Type Casting: Distinct from Data Type Casting: focuses on user-defined overrides rather than default type conversion.

Explore 2 awesome GitHub repositories matching data & databases · Custom Casting Rules. Refine with filters or upvote what's useful.

Awesome Custom Casting Rules GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dimitri/pgloaderdimitri 的头像

    dimitri/pgloader

    6,295在 GitHub 上查看↗

    pgloader is a command-line tool that automates the migration of data and schema from various source databases and file formats into PostgreSQL. It combines schema discovery, parallel data pipelines, and type casting into a single, declarative workflow, using PostgreSQL's COPY protocol for high-throughput bulk loading. The tool distinguishes itself by compiling a dedicated command language into concurrent reader-writer pipelines that handle schema introspection, data transformation, and error-resilient batch processing. It supports migrating entire databases from MySQL, MS SQL, SQLite, and Pos

    Allows defining custom rules for converting source data types to PostgreSQL types during migration.

    Common Lispclozure-clcommon-lispcsv
    在 GitHub 上查看↗6,295
  • codeigniter4/codeigniter4codeigniter4 的头像

    codeigniter4/CodeIgniter4

    5,924在 GitHub 上查看↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Registers custom handler classes that transform property values during get and set operations.

    PHPcodeignitercodeigniter4framework-php
    在 GitHub 上查看↗5,924
  1. Home
  2. Data & Databases
  3. Data Type Casting
  4. Custom Casting Rules

探索子标签

  • Application-Level Casting HandlersUser-defined conversion logic for transforming data between database and PHP representations. **Distinct from Custom Casting Rules:** Distinct from Custom Casting Rules: focuses on application-level model casting rather than migration-time type conversion.
  • Property Cast HandlersUser-written handler classes that transform property values during get and set operations. **Distinct from Custom Casting Rules:** Distinct from Custom Casting Rules: focuses on property-level get/set transformation rather than migration-time type conversion.