Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto
at main 712 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO recordings (mbid, name, discriminant) VALUES ($1, $2, $3)\n ON CONFLICT (mbid) DO UPDATE SET\n name = EXCLUDED.name,\n discriminant = COALESCE(EXCLUDED.discriminant, recordings.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": "9c08de3ad1dd8e005e6cf15694ad1878203772969a3b280c3db4193631a98f81" 24}