Our Personal Data Server from scratch!
0

Configure Feed

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

tranquil-pds / .sqlx / query-44aec49f4ccd1f816c5427af2dc18f5acd55fac92c46ada76be1199d5c7ac459.json
475 B 23 lines
1{ 2 "db_name": "PostgreSQL", 3 "query": "SELECT access_expires_at FROM session_tokens WHERE did = $1 AND access_jti = $2", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "access_expires_at", 9 "type_info": "Timestamptz" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Text", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 false 20 ] 21 }, 22 "hash": "44aec49f4ccd1f816c5427af2dc18f5acd55fac92c46ada76be1199d5c7ac459" 23}