graphql-engine/server/src-lib/Hasura/Backends/MySQL
Chris Done 4bbdb7a67d Add Plan part for the MySQL data loader
This is the next part in the series of MySQL PRs.

**Purpose**: Adds the Plan module for the data loader.

**Preceding PR:** #2511

**Next PR:** #2549

After #2511 is merged, this can be repointed to `main`. For now it's aimed at #2511, because then the diff display is simpler.

The `undefined` stubs in this PR have code already written, so they won't introduce a maintenance problem. They're only omitted for digestibility of the PR.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2529
Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com>
GitOrigin-RevId: 691b35be247531d5e1ac855598e89f6dc1eca0b6
2021-10-14 17:07:56 +00:00
..
DataLoader Add Plan part for the MySQL data loader 2021-10-14 17:07:56 +00:00
Instances server/mssql: insert SQL generation and execution 2021-10-01 12:53:15 +00:00
Types Add Plan part for the MySQL data loader 2021-10-14 17:07:56 +00:00
Connection.hs Add Execute part for the MySQL data loader 2021-10-12 11:34:29 +00:00
FromIr.hs Add Plan part for the MySQL data loader 2021-10-14 17:07:56 +00:00
Meta.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Plan.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
SQL.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
ToQuery.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Types.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00