Β© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Rohit Saxena
I have been exploring using google spreadsheets as a database and was wondering what the easiest way to do that is. Would it be better to start with the MERN stack and remove Mongo or start afresh?
Atul Sharma
Full Stack Developer | Cloud Native Applications
Using a real database is always preferred. However, you can use a spreadsheet as a RDBMS Table and perform operations (Very Limited).
There are a lot of npm modules available for the same .. npmjs.com/package/google-sheets-node-api
Atul Sharma
Full Stack Developer | Cloud Native Applications
Using a real database is always preferred. However, you can use a spreadsheet as a RDBMS Table and perform operations (Very Limited).
There are a lot of npm modules available for the same .. npmjs.com/package/google-sheets-node-api