Skip to content

Generate SQL query from json configuration

Notifications You must be signed in to change notification settings

Zwillinge/querysql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON to SQL Query

Converts JSON config to SQL Query

{
  "glue": "and",
  "rules": [{
    "field":"age",
    "condition":{
      "rule": "less",
      "value": 42
    } 
  },{
    "field":"region",
    "includes": [1,2,6]
  }] 
}

About

Generate SQL query from json configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%