Comment by robotswantdata

1 day ago

Don’t really get the purpose for this apart from throw away projects.

For vibe coders is it really “hours” setting up a database these days? GCP cloud sql + drizzle ORM is minutes and actually scales unlike a spreadsheet, heck Claude can even write you a deployment script and run it over GCP CLI.

Cloud SQL costs gazillions, sheet is free (other than selling your data)

  • >sheet is free (other than selling your data)

    Except the sheets-to-api SaaS charges $9/month if you want more than 250 requests.

  • Cloud sql lowest tier is pennies a day, this ninja platform is also not free.

    A spreadsheet is a misclick away from corruption, why not spend another prompt on getting Claude to configure a db?

    • Which works out at $100 USD / year. You might think that's trivial, but when you start provisioning multiple environments over multiple projects it starts to add up.

      It's a shame that Google haven't managed to come up with a scale to zero option or serverless alternative that's compatible.

      3 replies →

    • > Cloud sql lowest tier is pennies a day

      Unless things have improved it's also hideously slow, like trivial queries on a small table taking tens of milliseconds. Though I guess that if the alternative is google sheets that's not really a concern.

Don't do this guy, cloudsql costs a lot.

  • Costs a lot? It’s a bargain for globally resilient infrastructure.

    db-f1-micro is about $10pm inc storage for something that just works and can scale, be shifted on prem etc. you can run all your vibe coded slop on one instance.

SQLite is enough for 98% of all of these use cases, and 100% of the ones this would appeal to

I think it can be useful if you want to use an existing Google Sheet, or if your users want to modify the database directly in Google Sheets, even though it seems pretty risky.