{"ok": true, "database": "media", "query_name": "get_video_streams", "rows": [], "truncated": false, "columns": ["id", "v_uid", "source", "sourceUrl", "embedUrl", "proxyUrl", "directLink", "kind", "addedAt"], "query": {"sql": "SELECT\n  s.id,\n  s.v_uid,\n  s.source,\n  s.sourceUrl,\n  s.embedUrl,\n  s.proxyUrl,\n  s.directLink,\n  s.kind,\n  s.addedAt\nFROM streams s\nWHERE s.v_uid = :v_uid\nORDER BY\n  -- A direct media URL first: it plays without a third-party page, so\n  -- a client walking the list in order tries the best option first.\n  (s.directLink IS NULL), s.source, s.id", "params": {"v_uid": ""}}, "error": null, "private": false, "allow_execute_sql": false, "query_ms": 0.37944409996271133}