pgloader/test/mysql/README.md
Dimitri Fontaine b7347a567c Add test cases for MySQL.
At the moment it's a very manual process, and it might get automated
someday. Meanwhile it's still useful to have.

See #569 for an issue that got a test case added.
2017-09-14 15:59:10 +02:00

8 lines
254 B
Markdown

# 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.