Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit ddae666

Browse files
committed
readme
1 parent c05d25b commit ddae666

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
[![cljdoc badge](https://cljdoc.org/badge/googlesheets-sql-sync/googlesheets-sql-sync)](https://cljdoc.org/d/googlesheets-sql-sync/googlesheets-sql-sync/CURRENT)
55
[![Clojars Project](https://img.shields.io/clojars/v/googlesheets-sql-sync.svg)](https://clojars.org/googlesheets-sql-sync)
66

7-
Keep your SQL database in sync with Google Sheets.
7+
Keep your SQL database in sync with Google Sheets with [googlesheets-sql-sync](https://github.com/jorinvo/googlesheets-sql-sync).
88

9-
Use this to let users manually insert data using Google Sheets
10-
while having the power of all available SQL tooling for further processing.
9+
Let users manually insert data using Google Sheets while having the power of all available SQL tooling for further processing.
1110

12-
SQL uses JDBC and bundles the PostgreSQL driver.
11+
googlesheets-sql-sync uses [JDBC](https://github.com/clojure/java.jdbc) and bundles the PostgreSQL driver.
1312
Additional drivers can be added any time.
1413
If you would like to add support for SQLite, MySQL or any other SQL database, open an issue and it can probably be added in no time.
1514

@@ -102,6 +101,9 @@ java -jar googlesheets-sql-sync.jar --help
102101
- When you authenticate a Google OAuth app, then throw away your `.auth.json` file and try to re-authenticate, Google for some reason will only send you `access_token` and `expires_in`, no `refresh_token`. To fix this go to https://myaccount.google.com/permissions remove the app's permission and try again.
103102

104103

104+
Let me know if you run into any [issues](https://github.com/jorinvo/googlesheets-sql-sync/issues) or if you have any suggestions for improvements.
105+
106+
105107
### Use as Clojure package
106108

107109
- You can generate a config file with `'#googlesheets-sql-sync.config/generate`

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject googlesheets-sql-sync "0.4.3"
1+
(defproject googlesheets-sql-sync "0.4.4"
22
:description "Keep your SQL database in sync with Google Sheets"
33
:url "https://github.com/jorinvo/googlesheets-sql-sync"
44
:license {:name "MIT"

0 commit comments

Comments
 (0)