SheetDB SheetDB turns Google Sheets into a JSON API. Developers use it to easily read, write, and update data in spreadsheets from their applications without managing a database. It's useful for simple data storage and retrieval needs. Official docs: https://sheetdb.io/api/ SheetDB Overview - Sheet - Row - Column Working with SheetDB This skill uses the Membrane CLI to interact with SheetDB. Membrane handles authentication and credentials refresh automatically — so you can focus on the integration logic rather than auth plumbing. Install the CLI Install the Membrane CLI so you can run from th…