Our Personal Data Server from scratch!
0
fork

Configure Feed

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

at fix/code-quality-in-general 28 lines 569 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT provider_username, last_login_at FROM external_identities WHERE id = $1", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "provider_username", 9 "type_info": "Text" 10 }, 11 { 12 "ordinal": 1, 13 "name": "last_login_at", 14 "type_info": "Timestamptz" 15 } 16 ], 17 "parameters": { 18 "Left": [ 19 "Uuid" 20 ] 21 }, 22 "nullable": [ 23 true, 24 true 25 ] 26 }, 27 "hash": "7d24e744a4e63570b1410e50b45b745ce8915ab3715b3eff7efc2d84f27735d0" 28}