{"database": "venues_public", "private": false, "path": "/venues_public", "size": 190611456, "tables": [{"name": "meta", "columns": ["key", "value"], "primary_keys": ["key"], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "rating_schemes", "columns": ["slug", "label", "description"], "primary_keys": ["slug"], "count": 5, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venue_families", "columns": ["slug", "group", "label", "sort", "icon"], "primary_keys": ["slug"], "count": 17, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venue_groups", "columns": ["slug", "label", "sort", "icon"], "primary_keys": ["slug"], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venue_types", "columns": ["slug", "family", "label", "sort", "icon"], "primary_keys": ["slug"], "count": 30, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues", "columns": ["name", "country", "group", "family", "venue_type", "type_granularity", "rating_value", "rating_scheme", "rating_label", "capacity_persons", "rooms", "city", "municipality", "address", "lat", "lng", "valid_until", "stop_date", "source", "source_type", "source_category", "cert_number"], "primary_keys": [], "count": 520125, "hidden": false, "fts_table": "venues_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues_fts", "columns": ["name", "city", "municipality", "venue_type", "venues_fts", "rank"], "primary_keys": [], "count": 520125, "hidden": true, "fts_table": "venues_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 4357, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 520125, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "venues_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 2637, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 5, "views": [], "queries": [{"title": "Wedding-friendly venues (Stay, 4\u2605+)", "description": "Accommodation that can host a wedding party. Set minimum guests; leave country blank for all.", "sql": "SELECT name, country, family, venue_type, rating_value, rating_scheme,\n       capacity_persons, rooms, city, lat, lng\nFROM venues\nWHERE \"group\" = 'stay'\n  AND capacity_persons >= CAST(:min_guests AS INTEGER)\n  AND rating_value >= 4\n  AND (country = :country OR :country = '')\nORDER BY capacity_persons DESC", "name": "weddings", "private": false}, {"title": "Conference hotels", "description": "Hotels with capacity for a conference. Set minimum capacity; leave country blank for all.", "sql": "SELECT name, country, venue_type, rating_value, rating_scheme,\n       capacity_persons, rooms, city, lat, lng\nFROM venues\nWHERE family = 'hotels'\n  AND capacity_persons >= CAST(:min_capacity AS INTEGER)\n  AND (country = :country OR :country = '')\nORDER BY capacity_persons DESC", "name": "conferences", "private": false}, {"title": "Large banquet venues (Eat & Drink)", "description": "Restaurants, bars and event/catering venues by seating. Set minimum seats.", "sql": "SELECT name, country, family, venue_type, rating_value, rating_scheme,\n       capacity_persons, city, lat, lng\nFROM venues\nWHERE \"group\" = 'eat_drink'\n  AND capacity_persons >= CAST(:min_seats AS INTEGER)\n  AND (country = :country OR :country = '')\nORDER BY capacity_persons DESC", "name": "banquets", "private": false}, {"title": "Spa & wellness venues", "description": "Spa, wellness and balneo/thermal venues, best-rated first. Leave country blank for all.", "sql": "SELECT name, country, venue_type, rating_value, rating_scheme,\n       capacity_persons, city, lat, lng\nFROM venues\nWHERE family = 'spa_wellness'\n  AND (country = :country OR :country = '')\nORDER BY rating_value DESC, capacity_persons DESC", "name": "spa_retreats", "private": false}], "allow_execute_sql": false, "query_ms": 9.370927000418305, "source": "National tourism registers (BG \u00b7 RO \u00b7 GB \u00b7 ES \u00b7 FR \u00b7 IE \u00b7 HR \u00b7 PT)", "source_url": "https://ntr.tourism.government.bg/", "license": "Compiled from official public government tourism registers"}