SheetsDB

Google Sheets as a Database

Create Table

List Tables

Fetch all user-created tables in the spreadsheet.

Describe Table

Rename Table

Drop Table

Permanently delete a table and all its data.

SELECT Query

Insert Rows

UPDATE Rows

DELETE Rows

Rows matching the where clause will be permanently removed.

Add Column

Remove Column

Rename Column

Change Column Type

Response

// Run a query to see results here