Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 675 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO artists_extended (mbid, name, mbid_type) VALUES ($1, $2, 'synthetic')\n ON CONFLICT (mbid) DO UPDATE SET\n name = EXCLUDED.name,\n updated_at = NOW()\n RETURNING id;\n ", 4 "describe": { 5 "columns": [ 6 { 7 "ordinal": 0, 8 "name": "id", 9 "type_info": "Int4" 10 } 11 ], 12 "parameters": { 13 "Left": [ 14 "Uuid", 15 "Text" 16 ] 17 }, 18 "nullable": [ 19 false 20 ] 21 }, 22 "hash": "f604394b9517a78f2dd81723bed6435b9c3a03922a50d86daa21bfb6d09ac734" 23}