メインコンテンツにスキップ

SheetsDB

SheetsDB is a simple tool to read and write data from/to Google spreadsheet as JavaScript objects

AI Summary

SheetsDB

A Google Apps Script library that treats Google Sheets as a lightweight database

Target Users

Intermediate GAS developers who need to store and query structured data in Google Sheets

Problems Solved

Implementing CRUD and search logic from scratch each time when persisting data in Sheets is time-consuming

Script ID

  1. In GAS Editor: Click "Libraries +" → Paste into "Script ID" field → Click "Look up"
  2. "SheetsDB" will appear in the search results
  3. Select the latest version (highest number) from "Version" dropdown
  4. Click "Add"

Tags

Main Features
1
Simplified CRUD operations

Unable to provide details because README and other public information are insufficient.

2
Use Sheets like a database

Unable to provide details because README and other public information are insufficient.

Examples

Code examples cannot be provided because README and other public information are insufficient.

Sample Code

Post a Sample

No sample codes for this library yet

Be the first to post a sample!

Post a Sample