1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/en/cli/sqlite/UpdateRecords/bash.txt

7 lines
274 B
Plaintext
Raw Normal View History

2025-10-07 15:34:22 +00:00
# JSON data can also be passed as a path to a .json file
2025-01-10 12:02:05 +03:00
oint sqlite UpdateRecords \
--table "test" \
--values "{'name':'Vitaly A.','salary':'999999'}" \
2025-09-15 16:30:36 +03:00
--filter "{'field':'name','type':'=','value':'Vitaly','union':'AND','raw':false}" \
2025-10-15 11:06:08 +00:00
--db "/tmp/1q3umrdj.x1r.sqlite"