You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-58e57468e93f0c6346d3d...

22 lines
526 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO media_provider_instances (name, endpoint, custom_ca, timeout, tls, insecure_tls, providers, enabled) VALUES ($1, $2, $3, $4, $5, $6, $7, $8)",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Varchar",
"Varchar",
"Text",
"Varchar",
"Bool",
"Bool",
"Int2Array",
"Bool"
]
},
"nullable": []
},
"hash": "58e57468e93f0c6346d3d8d42896e729d477f8cd652609e4cfda0522b9abc830"
}