this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT cid, data FROM blocks WHERE cid = ANY($1)",
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 "ByteaArray"
20 ]
21 },
22 "nullable": [
23 false,
24 false
25 ]
26 },
27 "hash": "b9848ea8f168e1ab975dc2ad125b5b9e478e74254a8cf670e55b728bc402f046"
28}