Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 616 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO statii (uri, did, rkey, cid, record)\n VALUES ($1, $2, $3, $4, $5)\n ON CONFLICT (uri) DO UPDATE SET\n cid = EXCLUDED.cid,\n record = EXCLUDED.record,\n indexed_at = NOW();\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Text", 10 "Text", 11 "Text", 12 "Jsonb" 13 ] 14 }, 15 "nullable": [] 16 }, 17 "hash": "8758f5bb57feedca6cd65831f36aabc811e8b7072dc6bdbfd4a49242e5d7c946" 18}