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: Use SQL Across Your Google Sheets, APIs, Airtables, and More

1 pointsby dkroyabout 4 years ago

2 comments

dkroyabout 4 years ago
Hello my fellow HNers, this is the creator here. After continuing to write boilerplate code to connect multiple data sources together I finally decided to take a more platform-driven approach and came up with a way that I could continue to add more integrations in a scalable way. This API is the result of that effort.<p>Let me know what you think. I am by no means a copywriting expert so can add videos, and better explanations, but added a demo section here if you want to play around with it: <a href="https:&#x2F;&#x2F;www.usesql.com&#x2F;demo" rel="nofollow">https:&#x2F;&#x2F;www.usesql.com&#x2F;demo</a>
justsomeuserabout 4 years ago
Hey Dylan, looks interesting.<p>A few questions:<p>- What SQL dialect is being used?<p>- Does a query execution download all the data from the remote source, and does it cache it for the next run?<p>- How do indexes and sub selects work?<p>- How does data protection work, does all data pass through your server?