MySql

About

MySql is a relational database system that is supported as source and target.

Catalog vs Database vs Schema

In MySQL 1) :

  • SQL Catalog are called database
  • SQL Schema are not supported

Because Tabulify is data source agnostic, a MySql Catalog is known as a schema (ie the first parent).

Version

MySql is tested against version 5.7.

Howto

To follow the Howto, you need to start a MySql container database. The steps by steps are available on this page: MySQL - How-to Connection

Task Runner