-
malloy looks really interesting and i would like to use it with mysql databases. on the homepage only: BigQuery, DuckDB or Postgres (beta) are listed. |
Beta Was this translation helpful? Give feedback.
Answered by
lloydtabb
Dec 8, 2022
Replies: 1 comment 1 reply
-
MySQL support is unlikely, at least soon anyway. MySQL's SQL is lacks many modern features. Malloy uses SQL Structs and arrays pretty heavily to achieve nesting. MySQL lacks these functions. It also lacks lateral JOINs. We have a design to support databases without these features through federation, but right now that is just a design. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexn-s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MySQL support is unlikely, at least soon anyway. MySQL's SQL is lacks many modern features. Malloy uses SQL Structs and arrays pretty heavily to achieve nesting. MySQL lacks these functions. It also lacks lateral JOINs.
We have a design to support databases without these features through federation, but right now that is just a design.