Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 302 Bytes

query.md

File metadata and controls

20 lines (19 loc) · 302 Bytes
query

query is a json + ; example

{
    "type": "insert",
    "values": [
      {
        "colName" :"columnA",
        "value": "fst val"
      },
      {
        "colName":"columnB",
        "value": 1
      }
    ]
  }

the other examples can be found at query.json