Move data into PostgreSQL with declarative load files, built-in type conversion, and repeatable migration runs before one-off import scripts become cutover risk.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill migrate-mysql-sqlite-or-csv-data-into-postgresql-with-repeatable --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Migrate Mysql Sqlite Or Csv Data Into Postgresql With Repeatable?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-migrate-mysql-sqlite-or-csv-data-into-postgresql-w)More formats (shields.io, HTML) on the badges page.
---
title: "Migrate MySQL, SQLite, or CSV data into PostgreSQL with repeatable load files before cutover with pgloader"
description: "Move data into PostgreSQL with declarative load files, built-in type conversion, and repeatable migration runs before one-off import scripts become cutover risk."
verification: "listed"
source: "https://github.com/dimitri/pgloader"
author: "Dimitri Fontaine"
publisher_type: "individual"
category:
- "Data Extraction & Transformation"
framework:
- "Multi-Framework"
tool_ecosystem:
github_repo: "dimitri/pgloader"
github_stars: 6393
---
# Migrate MySQL, SQLite, or CSV data into PostgreSQL with repeatable load files before cutover with pgloader
Move data into PostgreSQL with declarative load files, built-in type conversion, and repeatable migration runs before one-off import scripts become cutover risk.
## Prerequisites
pgloader and access to source systems plus a PostgreSQL target
## Installation
Choose whichever fits your setup:
1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.
Install command or upstream instructions:
```
Install pgloader from your package manager or build instructions, create a `.load` file describing the source and PostgreSQL target, then run `pgloader your-migration.load` to execute and iterate on the migration.
```
## Documentation
- https://pgloader.readthedocs.io/en/latest/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/migrate-mysql-sqlite-or-csv-data-into-postgresql-with-repeatable-load-files-before-cutover-with-pgloader/)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!