Generate base Apiary Markdown from SQL CREATE TABLE syntax. Creates your basic GETs, POSTs, PUTs, and DELETEs. Utilises Blueprint AST JSON, and Matter Compiler to then convert from AST to Blueprint ...
This package convert SQL string into a syntax tree object. These objects can then be manipulated via Python's code. The SQL syntax used is the one used by Apache Spark, based on Presto's one.