betodealmeida / gsheets-db-api

A Python DB-API and SQLAlchemy dialect to Google Spreasheets
MIT License
213 stars 16 forks source link

Insert/update support? #5

Open gbaman opened 5 years ago

gbaman commented 5 years ago

Just a quick question, does this library allow for writing of data back up to Sheets, or just reading data from it? Having played around with it with SQLAlchemy, the integration is excellent. Getting ProgrammingErrors though when trying to do anything involving insert/updates.