this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT key_bytes, encryption_version FROM user_keys k JOIN users u ON k.user_id = u.id WHERE u.did = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "key_bytes", 9 "type_info": "Bytea" 10 }, 11 { 12 "ordinal": 1, 13 "name": "encryption_version", 14 "type_info": "Int4" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Text" 20 ] 21 }, 22 "nullable": [ 23 false, 24 true 25 ] 26 }, 27 "hash": "36001fc127d7a3ea4e53e43a559cd86107e74d02ddcc499afd81049ce3c6789b" 28}