this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT cid, takedown_ref FROM blobs WHERE cid = $1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "cid",
9 "type_info": "Text"
10 },
11 {
12 "ordinal": 1,
13 "name": "takedown_ref",
14 "type_info": "Text"
15 }
16 ],
17 "parameters": {
18 "Left": [
19 "Text"
20 ]
21 },
22 "nullable": [
23 false,
24 true
25 ]
26 },
27 "hash": "62942bd21d545eb15bfea4f46378b6c2ebfe12b8bc9e27c63a6c0f77a9105303"
28}