googlesheets-sql-sync icon indicating copy to clipboard operation
googlesheets-sql-sync copied to clipboard

Sync Google Sheets to your SQL databases (one-way only)

Results 14 googlesheets-sql-sync issues
Sort by recently updated
recently updated
newest added

Write some tests with actual DBs Mock the Google HTTP API, but use real MySQL, Postgres and SQLite. Run DBs in Docker.

help wanted

Hi, your project looks interesting. The OAuth part is something that I would like to avoid. Have you considered adding support for [Service Account](https://cloud.google.com/iam/docs/understanding-service-accounts)? > A service account is a...

enhancement
help wanted

This would make it appropriateto run this sync in a pretty frequent interval.

Don't even start worker in single sync. Separate worker logic from sync. Interval logic should only be part of worker. Find a simpler implementation of interval logic.