SaturnSQL

The team SQL editor that schedules queries to Google Sheets

Visit Website
August 30, 2026 PopSQL and SeekWell were shutting down, so I built the replacement myself

My team used PopSQL and SeekWell to get data from our DBs into Google Sheets every day. Both were shutting down, so I built a replacement covering just the parts we actually used: connect a database, write and share SQL, schedule the results to Sheets or Slack.

Yes, a cron job running a python script does the same thing for free. But getting non-technical teammates to use that is the hard part, and that's really what this solves.

Another thing I strongly believe in that data belongs to everyone in the company. People will figure out use cases when they have access to the data and people are way more productive when the access is not gatekeeped.

It's narrow on purpose, and I'm happy to build almost anything people need in a tool like this. What would you want to see?

https://saturnsql.com/

4 Comments

  1. 2

    The “cron can do it for free” objection is actually the interesting part.

    Curious whether the value users care about most is the SQL workspace itself, or making scheduled data access usable for people who would never touch a script.

    1. 1

      For my current customers (a handfull) I would say almost everyone uses the scheduled data exports and ~50% of those also uses the SQL sharing.

      Pricing is seat based so it would of course be nice to have more seats than less of them.

      1. 1
        That’s useful context. The scheduled exports seem to be where the strongest usage is emerging. I’d be interested in continuing the conversation beyond the thread — what’s the best email to reach you on?
    2. 1

      This comment was deleted 18 hours ago

About

I built SaturnSQL to replace PopSQL and SeekWell when they announced their shutdown. I believe that everyone in a company should have access to the company's data, not just engineers.