2 dépôts
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.
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.
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.