this repo has no description
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT cid, data FROM blocks", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "cid", 9 "type_info": "Bytea" 10 }, 11 { 12 "ordinal": 1, 13 "name": "data", 14 "type_info": "Bytea" 15 } 16 ], 17 "parameters": { 18 "Left": [] 19 }, 20 "nullable": [ 21 false, 22 false 23 ] 24 }, 25 "hash": "1261d14a3763b98464b212d001c9a11da30a55869128320de6d62693415953f5" 26}