googlesheets-sql-sync
googlesheets-sql-sync copied to clipboard
Sync Google Sheets to your SQL databases (one-way only)
Before this software was fixed, everything worked flawlessly. I have not made any real changes to my Google Sheet but now I'm getting the following error: ```java There was a...
If a new column has been added, alter database table and add column at the correct position.
The browse-url call doesn't work on every system. Allow disabling it.
Rather do a comparison of data in this service than doing the drop+insert thing on the DB.
Run integration tests #13 and automatically create Docker image #17 using Github Action
Should be build on CI and available via Docker Hub
also needs to alter table automatically when col type changed
Instead of lein. Just need to figure out a way to build an Uberjar that can be run the same way as now.