mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-02 22:05:37 +02:00
7 lines
306 B
Plaintext
Vendored
7 lines
306 B
Plaintext
Vendored
:: JSON data can also be passed as a path to a .json file
|
|
|
|
oint postgres UpdateRecords ^
|
|
--table "test_data" ^
|
|
--values "{'ip_address':{'VARCHAR':'127.0.0.1'}}" ^
|
|
--filter "[{'field':'gender','type':'=','value':{'VARCHAR':'Male'},'raw':false}]" ^
|
|
--dbc "postgresql://bayselonarrend:***@127.0.0.1:5432/" |