A lightweight Python library that uses Google Sheets as a database. Currently at version 1.3, with no regular release cadence.
pip install spreadsheet-dbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize with credentials and use insert/select like a database.
Ensure your sheet has headers in the first row matching the dictionary keys you intend to insert.
Use the returned rows with column index from headers. For dictionary format, iterate over headers manually.
Use google.oauth2.service_account.Credentials instead of gspread's ServiceAccountCredentials.