this repo has no description
at main 468 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT COUNT(*) as \"count!\" 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": "count!", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text" 15 ] 16 }, 17 "nullable": [ 18 null 19 ] 20 }, 21 "hash": "cda68f9b6c60295a196fc853b70ec5fd51a8ffaa2bac5942c115c99d1cbcafa3" 22}