Show HN: SQL Generator – OS React App for SQL Table/Insert Statement Generation

by ryanwaldorfon 6/10/2024, 12:26 PMwith 3 comments

This open-source app lets you convert spreadsheet files (e.g. CSV/excel), JSON files, or pasted data to SQL in-clauses or CREATE TABLE/INSERT INTO TABLE combinations. Let's you easily move data into your warehouse for ad hoc analyses. All processing is client-side so your data stays with you. I have it hosted at sqlgenerator.io but you can also clone it and self-host it for security with your own internal applications.

by memseton 6/10/2024, 4:01 PM

Can you share an example on how to use it? For example, start with some example data as the input?

by YuxiaoZon 6/10/2024, 2:09 PM

Really cool app! Thanks for sharing this Ryan and excited to try it out.