DDL-Designer is a very simple API to get the DDL for a CSV, PSV or TSV for snowflake.
- Clone the repo
git clone https://github.com/torpidsnake/ddl-designer.git
- Install using poetry
poetry install
- Run the API locally
Use the file local_run.py
In this version, we can only extract DDLs from CSVs,PSVs,TSVs for Snowflake. Soon, we will be adding multiple formats. Watch this space for more updates.
Shashwat Kumar - @torpidsnake