1 个仓库
Automated migration of entire SQLite databases into PostgreSQL, including schema discovery and index creation.
Distinct from PostgreSQL Data Sinks: Distinct from PostgreSQL Data Sinks: focuses on the migration path from SQLite, not general data storage.
Explore 1 awesome GitHub repository matching data & databases · SQLite to PostgreSQL Migrations. 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
Automates migration of SQLite databases into PostgreSQL with schema discovery and index creation.