this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT COUNT(*) FROM users",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "count",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": []
14 },
15 "nullable": [
16 null
17 ]
18 },
19 "hash": "dc64e1d25d9ced3a49130cee99f6edc3f70a4917910cf3b76faefc24ac32159d"
20}