You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-8Lines changed: 32 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,35 +20,60 @@ pip install cloud2sql
20
20
21
21
## Usage
22
22
23
-
The sources for `cloud2sql` are configured via a configuration file. Create your own configuration by adjusting the [config template file](./config-template.yaml).
23
+
The sources and destinations for `cloud2sql` are configured via a configuration file. Create your own configuration by adjusting the [config template file](./config-template.yaml).
24
24
You can safely delete the sections that are not relevant to you (e.g. if you do not use AWS, you can delete the `aws` section).
25
25
All sections refer to cloud providers and are enabled if a configuration section is provided.
26
26
27
-
After the sources are configured, you need to define the url to the database.
0 commit comments