# JSON data can also be passed as a path to a .json file

oint sqlite EnsureRecords \
  --table "test_merge" \
  --rows "[{'id':'1','name':'Vitaly Updated','age':'25','salary':'1500.5'},{'id':'3','name':'Anton','age':'30','salary':'3000'}]" \
  --unique "['id']" \
  --db "/tmp/v3fibjxn.cs0.sqlite"