mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 08:17:00 +02:00
Implement a generic-function API to discover the source database schema and populate pgloader internal version of the catalogs. Cut down three copies of about the same code-path down to a single shared one, thanks to applying some amount of OOP to the code. |
||
---|---|---|
.. | ||
db789.load | ||
db789.sql | ||
f1db-citus.load | ||
f1db-data.load | ||
f1db.circuits.my.sql | ||
f1db.circuits.pg.sql | ||
f1db.load | ||
hex.sql | ||
history.sql | ||
my.load | ||
my.sql | ||
README.md |
pgloader tests for MySQL
The idea here is to create a MySQL database with a static known set of data so that we may then compare the data against a PostgreSQL load done with pgloader.
This is very much WIP at the moment, but at least it got started.