this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT 1 as val FROM records WHERE repo_id = $1 AND repo_rev <= $2 LIMIT 1",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "val",
9 "type_info": "Int4"
10 }
11 ],
12 "parameters": {
13 "Left": [
14 "Uuid",
15 "Text"
16 ]
17 },
18 "nullable": [
19 null
20 ]
21 },
22 "hash": "5f02d646eb60f99f5cc1ae7b8b41e62d053a6b9f8e9452d5cef3526b8aef8288"
23}