this repo has no description
1{
2 "db_name": "PostgreSQL",
3 "query": "SELECT COALESCE(SUM(size_bytes), 0)::BIGINT FROM blobs",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "coalesce",
9 "type_info": "Int8"
10 }
11 ],
12 "parameters": {
13 "Left": []
14 },
15 "nullable": [
16 null
17 ]
18 },
19 "hash": "91b5c8338e5842836f044b5d6f353ba77d8f2dc4177215d2293ab18a1ad5870e"
20}