Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fix/small-bugs 20 lines 407 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT COALESCE(SUM(size_bytes), 0)::BIGINT as \"total!\" FROM blobs", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "total!", 9 "type_info": "Int8" 10 } 11 ], 12 "parameters": { 13 "Left": [] 14 }, 15 "nullable": [ 16 null 17 ] 18 }, 19 "hash": "0890b2c7c921005f58ed0e57b6e062b2085ce804a4cccb27b4ae2ba6711f24c4" 20}