{"database": "github", "private": false, "path": "/github", "size": 96878592, "tables": [{"name": "_analyze_tables_", "columns": ["table", "column", "total_rows", "num_null", "num_blank", "num_distinct", "most_common", "least_common"], "primary_keys": ["table", "column"], "count": 307, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "commits", "columns": ["sha", "message", "author_date", "committer_date", "raw_author", "raw_committer", "repo", "author", "committer"], "primary_keys": ["sha"], "count": 5096, "hidden": false, "fts_table": "commits_fts", "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "users", "column": "committer", "other_column": "id"}, {"other_table": "users", "column": "author", "other_column": "id"}, {"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "raw_authors", "column": "raw_committer", "other_column": "id"}, {"other_table": "raw_authors", "column": "raw_author", "other_column": "id"}]}, "private": false}, {"name": "contributors", "columns": ["repo_id", "user_id", "contributions"], "primary_keys": ["repo_id", "user_id"], "count": 445, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "users", "column": "user_id", "other_column": "id"}, {"other_table": "repos", "column": "repo_id", "other_column": "id"}]}, "private": false}, {"name": "emojis", "columns": ["name", "url", "image"], "primary_keys": ["name"], "count": 1877, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments", "columns": ["html_url", "issue_url", "id", "node_id", "user", "created_at", "updated_at", "author_association", "body", "reactions", "performed_via_github_app", "issue"], "primary_keys": ["id"], "count": 30000, "hidden": false, "fts_table": "issue_comments_fts", "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "issues", "column": "issue", "other_column": "id"}, {"other_table": "users", "column": "user", "other_column": "id"}]}, "private": false}, {"name": "issues", "columns": ["id", "node_id", "number", "title", "user", "state", "locked", "assignee", "milestone", "comments", "created_at", "updated_at", "closed_at", "author_association", "active_lock_reason", "draft", "pull_request", "body", "reactions", "performed_via_github_app", "state_reason", "repo", "type"], "primary_keys": ["id"], "count": 8178, "hidden": false, "fts_table": "issues_fts", "foreign_keys": {"incoming": [{"other_table": "issues_labels", "column": "id", "other_column": "issues_id"}, {"other_table": "issue_comments", "column": "id", "other_column": "issue"}], "outgoing": [{"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "milestones", "column": "milestone", "other_column": "id"}, {"other_table": "users", "column": "assignee", "other_column": "id"}, {"other_table": "users", "column": "user", "other_column": "id"}]}, "private": false}, {"name": "issues_labels", "columns": ["labels_id", "issues_id"], "primary_keys": ["issues_id", "labels_id"], "count": 6532, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "issues", "column": "issues_id", "other_column": "id"}, {"other_table": "labels", "column": "labels_id", "other_column": "id"}]}, "private": false}, {"name": "labels", "columns": ["id", "node_id", "url", "name", "color", "default", "description"], "primary_keys": ["id"], "count": 62, "hidden": false, "fts_table": "labels_fts", "foreign_keys": {"incoming": [{"other_table": "issues_labels", "column": "id", "other_column": "labels_id"}, {"other_table": "labels_pull_requests", "column": "id", "other_column": "labels_id"}], "outgoing": []}, "private": false}, {"name": "labels_pull_requests", "columns": ["labels_id", "pull_requests_id"], "primary_keys": ["labels_id", "pull_requests_id"], "count": 2228, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "pull_requests", "column": "pull_requests_id", "other_column": "id"}, {"other_table": "labels", "column": "labels_id", "other_column": "id"}]}, "private": false}, {"name": "licenses", "columns": ["key", "name", "spdx_id", "url", "node_id"], "primary_keys": ["key"], "count": 1, "hidden": false, "fts_table": "licenses_fts", "foreign_keys": {"incoming": [{"other_table": "repos", "column": "key", "other_column": "license"}], "outgoing": []}, "private": false}, {"name": "milestones", "columns": ["id", "title", "description", "creator", "repo", "html_url", "node_id", "number", "open_issues", "closed_issues", "state", "created_at", "updated_at", "due_on", "closed_at"], "primary_keys": ["id"], "count": 23, "hidden": false, "fts_table": "milestones_fts", "foreign_keys": {"incoming": [{"other_table": "issues", "column": "id", "other_column": "milestone"}, {"other_table": "pull_requests", "column": "id", "other_column": "milestone"}], "outgoing": [{"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "users", "column": "creator", "other_column": "id"}]}, "private": false}, {"name": "pull_requests", "columns": ["id", "node_id", "number", "state", "locked", "title", "user", "body", "created_at", "updated_at", "closed_at", "merged_at", "merge_commit_sha", "assignee", "milestone", "draft", "head", "base", "author_association", "auto_merge", "repo", "url", "merged_by"], "primary_keys": ["id"], "count": 4034, "hidden": false, "fts_table": "pull_requests_fts", "foreign_keys": {"incoming": [{"other_table": "labels_pull_requests", "column": "id", "other_column": "pull_requests_id"}], "outgoing": [{"other_table": "users", "column": "merged_by", "other_column": "id"}, {"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "milestones", "column": "milestone", "other_column": "id"}, {"other_table": "users", "column": "assignee", "other_column": "id"}, {"other_table": "users", "column": "user", "other_column": "id"}]}, "private": false}, {"name": "raw_authors", "columns": ["id", "name", "email"], "primary_keys": ["id"], "count": 552, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [{"other_table": "commits", "column": "id", "other_column": "raw_committer"}, {"other_table": "commits", "column": "id", "other_column": "raw_author"}], "outgoing": []}, "private": false}, {"name": "releases", "columns": ["html_url", "id", "author", "node_id", "tag_name", "target_commitish", "name", "draft", "prerelease", "created_at", "published_at", "body", "reactions", "mentions_count", "repo"], "primary_keys": ["id"], "count": 91, "hidden": false, "fts_table": "releases_fts", "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "users", "column": "author", "other_column": "id"}]}, "private": false}, {"name": "repos", "columns": ["id", "node_id", "name", "full_name", "private", "owner", "html_url", "description", "fork", "created_at", "updated_at", "pushed_at", "homepage", "size", "stargazers_count", "watchers_count", "language", "has_issues", "has_projects", "has_downloads", "has_wiki", "has_pages", "has_discussions", "forks_count", "archived", "disabled", "open_issues_count", "license", "allow_forking", "is_template", "web_commit_signoff_required", "topics", "visibility", "forks", "open_issues", "watchers", "default_branch", "permissions", "temp_clone_token", "allow_squash_merge", "allow_merge_commit", "allow_rebase_merge", "allow_auto_merge", "delete_branch_on_merge", "allow_update_branch", "use_squash_pr_title_as_default", "squash_merge_commit_message", "squash_merge_commit_title", "merge_commit_message", "merge_commit_title", "organization", "security_and_analysis", "network_count", "subscribers_count", "custom_properties"], "primary_keys": ["id"], "count": 1, "hidden": false, "fts_table": "repos_fts", "foreign_keys": {"incoming": [{"other_table": "releases", "column": "id", "other_column": "repo"}, {"other_table": "commits", "column": "id", "other_column": "repo"}, {"other_table": "tags", "column": "id", "other_column": "repo"}, {"other_table": "contributors", "column": "id", "other_column": "repo_id"}, {"other_table": "milestones", "column": "id", "other_column": "repo"}, {"other_table": "issues", "column": "id", "other_column": "repo"}, {"other_table": "pull_requests", "column": "id", "other_column": "repo"}, {"other_table": "stars", "column": "id", "other_column": "repo"}], "outgoing": [{"other_table": "users", "column": "organization", "other_column": "id"}, {"other_table": "licenses", "column": "license", "other_column": "key"}, {"other_table": "users", "column": "owner", "other_column": "id"}]}, "private": false}, {"name": "stars", "columns": ["user", "repo", "starred_at"], "primary_keys": ["user", "repo"], "count": 3434, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "repos", "column": "repo", "other_column": "id"}, {"other_table": "users", "column": "user", "other_column": "id"}]}, "private": false}, {"name": "tags", "columns": ["repo", "name", "sha"], "primary_keys": ["repo", "name"], "count": 94, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": [{"other_table": "repos", "column": "repo", "other_column": "id"}]}, "private": false}, {"name": "users", "columns": ["login", "id", "node_id", "avatar_url", "gravatar_id", "html_url", "type", "site_admin", "name"], "primary_keys": ["id"], "count": 4908, "hidden": false, "fts_table": "users_fts", "foreign_keys": {"incoming": [{"other_table": "repos", "column": "id", "other_column": "organization"}, {"other_table": "repos", "column": "id", "other_column": "owner"}, {"other_table": "releases", "column": "id", "other_column": "author"}, {"other_table": "commits", "column": "id", "other_column": "committer"}, {"other_table": "commits", "column": "id", "other_column": "author"}, {"other_table": "contributors", "column": "id", "other_column": "user_id"}, {"other_table": "milestones", "column": "id", "other_column": "creator"}, {"other_table": "issues", "column": "id", "other_column": "assignee"}, {"other_table": "issues", "column": "id", "other_column": "user"}, {"other_table": "pull_requests", "column": "id", "other_column": "merged_by"}, {"other_table": "pull_requests", "column": "id", "other_column": "assignee"}, {"other_table": "pull_requests", "column": "id", "other_column": "user"}, {"other_table": "issue_comments", "column": "id", "other_column": "user"}, {"other_table": "stars", "column": "id", "other_column": "user"}], "outgoing": []}, "private": false}, {"name": "commits_fts", "columns": ["message", "commits_fts", "rank"], "primary_keys": [], "count": 5096, "hidden": true, "fts_table": "commits_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "commits_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "commits_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 129, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "commits_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 5096, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "commits_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 124, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments_fts", "columns": ["body", "issue_comments_fts", "rank"], "primary_keys": [], "count": 30000, "hidden": true, "fts_table": "issue_comments_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 2160, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 30000, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issue_comments_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1804, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issues_fts", "columns": ["title", "body", "issues_fts", "rank"], "primary_keys": [], "count": 8178, "hidden": true, "fts_table": "issues_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issues_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issues_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 2047, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issues_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 8178, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "issues_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1812, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels_fts", "columns": ["name", "description", "labels_fts", "rank"], "primary_keys": [], "count": 62, "hidden": true, "fts_table": "labels_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 3, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 62, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "labels_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "licenses_fts", "columns": ["name", "licenses_fts", "rank"], "primary_keys": [], "count": 1, "hidden": true, "fts_table": "licenses_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "licenses_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "licenses_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 3, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "licenses_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "licenses_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "milestones_fts", "columns": ["title", "description", "milestones_fts", "rank"], "primary_keys": [], "count": 23, "hidden": true, "fts_table": "milestones_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "milestones_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "milestones_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 3, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "milestones_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 23, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "milestones_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "pull_requests_fts", "columns": ["title", "body", "pull_requests_fts", "rank"], "primary_keys": [], "count": 4034, "hidden": true, "fts_table": "pull_requests_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "pull_requests_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "pull_requests_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 457, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "pull_requests_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 4034, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "pull_requests_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 441, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "releases_fts", "columns": ["name", "body", "releases_fts", "rank"], "primary_keys": [], "count": 91, "hidden": true, "fts_table": "releases_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "releases_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "releases_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 21, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "releases_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 91, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "releases_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 19, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "repos_fts", "columns": ["name", "description", "repos_fts", "rank"], "primary_keys": [], "count": 1, "hidden": true, "fts_table": "repos_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "repos_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "repos_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 3, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "repos_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "repos_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "users_fts", "columns": ["login", "name", "users_fts", "rank"], "primary_keys": [], "count": 4908, "hidden": true, "fts_table": "users_fts", "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "users_fts_config", "columns": ["k", "v"], "primary_keys": ["k"], "count": 1, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "users_fts_data", "columns": ["id", "block"], "primary_keys": ["id"], "count": 25, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "users_fts_docsize", "columns": ["id", "sz"], "primary_keys": ["id"], "count": 4908, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "users_fts_idx", "columns": ["segid", "term", "pgno"], "primary_keys": ["segid", "term"], "count": 23, "hidden": true, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 50, "views": [{"name": "recent_releases", "private": false}, {"name": "repos_starred", "private": false}], "queries": [], "allow_execute_sql": true, "query_ms": 6000.585858244449}