45 lines
979 B
JSON
45 lines
979 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "SELECT language as \"language: ScriptLang\" FROM script WHERE hash = $1 AND workspace_id = $2",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"ordinal": 0,
|
|
"name": "language: ScriptLang",
|
|
"type_info": {
|
|
"Custom": {
|
|
"name": "script_lang",
|
|
"kind": {
|
|
"Enum": [
|
|
"python3",
|
|
"deno",
|
|
"go",
|
|
"bash",
|
|
"postgresql",
|
|
"nativets",
|
|
"Nativets",
|
|
"bun",
|
|
"mysql",
|
|
"bigquery",
|
|
"snowflake",
|
|
"graphql",
|
|
"powershell"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Left": [
|
|
"Int8",
|
|
"Text"
|
|
]
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "637ead7701775609c772c9985450273b942202cdf9017ce6b5ba612e66ce3875"
|
|
}
|