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