this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT t.token FROM plc_operation_tokens t JOIN users u ON t.user_id = u.id WHERE u.did = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "token", 9 "type_info": "Text" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text" 15 ] 16 }, 17 "nullable": [ 18 false 19 ] 20 }, 21 "hash": "05fd99170e31e68fa5028c862417cdf535cd70e09fde0a8a28249df0070eb2fc" 22}