documentation, for export function

master
Steve L. Nyemba 4 years ago
parent 96d5ef2bcd
commit 7d8af83def

@ -60,10 +60,18 @@ We wrote this frame to be used in both command line or as a library within in yo
--config configuration to support data-store --config configuration to support data-store
The configuration file template for exports is as follows : The configuration file needed to implement export is modelled after the following template:
{"provider":"<postgresql|redshift|mysql|mariadb>","db":"mydatabase",["host":"server-name","port":5432,"user":"me","password":"!@#z4qm","schema":"target-schema"]} {
"provider":"<postgresql|redshift|mysql|mariadb>",
"db":"mydatabase",
[
"host":"server-name","port":5432,
"user":"me","password":"!@#z4qm",
"schema":"target-schema"
]
}
**parameters:** **parameters:**

Loading…
Cancel
Save