1 dépôt
User-defined rules that match source types, column names, or default values to apply custom type transformations during database migration.
Distinct from Data Type Casting: Distinct from Data Type Casting: focuses on rule-based matching and transformation during migration rather than general runtime type conversion.
Explore 1 awesome GitHub repository matching data & databases · Migration 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
Applies custom type casting, field renaming, and data reformatting rules during migration.