You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-5519dc504cc422f48f068...

53 lines
1.3 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT playing_media_id AS \"playing_media_id?: MediaId\",\n playing_playlist_id AS \"playing_playlist_id?: PlaylistId\",\n is_playing AS \"is_playing!\"\n FROM room_playback_state\n WHERE room_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "playing_media_id?: MediaId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "room_playback_state",
"name": "playing_media_id"
}
}
},
{
"ordinal": 1,
"name": "playing_playlist_id?: PlaylistId",
"type_info": "Int8",
"origin": {
"Table": {
"table": "room_playback_state",
"name": "playing_playlist_id"
}
}
},
{
"ordinal": 2,
"name": "is_playing!",
"type_info": "Bool",
"origin": {
"Table": {
"table": "room_playback_state",
"name": "is_playing"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
true,
true,
false
]
},
"hash": "5519dc504cc422f48f068ff54419b2f3649fd08f926c751689bc3941f37439bd"
}