top | item 42556345

(no title)

anyfactor | 1 year ago

The projects I worked on always had a mechanism to dump data into a proper database. For example, I built a daily scraper to collect some of the inventory. I didn’t keep all the data in a single sheet. Instead, all the data was stored in a cloud-based managed SQLite or PostgreSQL database, or sometimes a local SQLite database. Only the day's data was stored in Google Sheets because the client wanted to see the spreadsheet themselves and have the UI be accessible for their users.

discuss

order

matharmin|1 year ago

It feels a little misleading to say you're using Google Sheets as the backend database, when you need an actual database in conjunction with it.

mattigames|1 year ago

Extremely misleading, in this case Google Sheets it's working more like a frontend