{"database": "nutrition", "private": false, "path": "/nutrition", "size": 4096, "tables": [{"name": "foods", "columns": ["id", "name", "calories", "protein_g", "carbs_g", "fat_g", "created_at", "updated_at", "saturated_fat_g", "trans_fat_g", "polyunsaturated_fat_g", "monounsaturated_fat_g", "cholesterol_mg", "sodium_mg", "fiber_g", "sugars_g"], "primary_keys": ["id"], "count": 30, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "meal_foods", "column": "id", "other_column": "food_id"}], "outgoing": []}, "private": false}, {"name": "meal_foods", "columns": ["id", "meal_id", "food_id", "servings"], "primary_keys": ["id"], "count": 28, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "foods", "column": "food_id", "other_column": "id"}, {"other_table": "meals", "column": "meal_id", "other_column": "id"}]}, "private": false}, {"name": "meals", "columns": ["id", "timestamp", "notes", "created_at", "updated_at"], "primary_keys": ["id"], "count": 12, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "meal_foods", "column": "id", "other_column": "meal_id"}], "outgoing": []}, "private": false}, {"name": "sqlite_sequence", "columns": ["name", "seq"], "primary_keys": [], "count": 3, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [], "queries": [], "allow_execute_sql": true, "query_ms": 2.0540133118629456}