this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "\n INSERT INTO repo_seq (did, event_type, commit_cid, prev_cid, ops, blobs, blocks_cids, rev)\n VALUES ($1, 'commit', $2, $3::TEXT, $4, $5, $6, $7)\n RETURNING seq\n ",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "seq",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Text",
15 "Text",
16 "Text",
17 "Jsonb",
18 "TextArray",
19 "TextArray",
20 "Text"
21 ]
22 },
23 "nullable": [
24 false
25 ]
26 },
27 "hash": "c9067e3e62c22fe92a135fa0c6c2b06cad977bf73bf3bb0fd3fc88938d875637"
28}