TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

12 pointsby ryanwaldorf12 months ago
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.

2 comments

memset12 months ago
Can you share an example on how to use it? For example, start with some example data as the input?
评论 #40635174 未加载
YuxiaoZ12 months ago
Really cool app! Thanks for sharing this Ryan and excited to try it out.