Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 499 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO play_to_artists_extended (play_uri, artist_id, artist_name) VALUES\n ($1, $2, $3)\n ON CONFLICT (play_uri, artist_id) DO NOTHING;\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 "Int4", 10 "Text" 11 ] 12 }, 13 "nullable": [] 14 }, 15 "hash": "9bac472357fa38a6e3bb38d02ebb56a6e11c85d4aff91096f8ea68f1196e8bd3" 16}