{"id":46698574,"url":"https://github.com/rust17/vstable","last_synced_at":"2026-04-19T03:13:07.903Z","repository":{"id":342166912,"uuid":"1013075379","full_name":"rust17/vstable","owner":"rust17","description":"An open-source modern cross-platform database management tool (MySQL/PostgreSQL).","archived":false,"fork":false,"pushed_at":"2026-03-05T05:45:16.000Z","size":5721,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-05T07:44:22.568Z","etag":null,"topics":["database","mysql","pgsql","postgresql"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust17.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-03T10:15:19.000Z","updated_at":"2026-03-05T05:45:16.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/rust17/vstable","commit_stats":null,"previous_names":["rust17/vstable"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rust17/vstable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust17%2Fvstable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust17%2Fvstable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust17%2Fvstable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust17%2Fvstable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust17","download_url":"https://codeload.github.com/rust17/vstable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust17%2Fvstable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30284628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mysql","pgsql","postgresql"],"created_at":"2026-03-09T06:01:29.748Z","updated_at":"2026-04-19T03:13:07.888Z","avatar_url":"https://github.com/rust17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/tauri/icons/128x128.png\" width=\"96\" alt=\"VSTable Logo\" style=\"border-radius: 20%;\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVSTable\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"docs/README_CN.md\"\u003e简体中文\u003c/a\u003e\n  \u003cbr /\u003e\n  A modern, fast, and cross-platform database management tool built for speed and productivity.\n\u003c/p\u003e\n\n---\n\nVSTable provides a clean, intuitive interface heavily inspired by modern code editors VSCode, offering a seamless and productive experience for interacting with your databases. It natively supports **MySQL** and **PostgreSQL**.\n\n![MySQL Data Grid](docs/mysql_data_grid.png)\n\n## Core Features\n\n### Modern Data Grid\nExperience fast, responsive data viewing. The grid comes with built-in pagination, sorting, and an intuitive layout that makes browsing large datasets effortless.\n\n![PostgreSQL Data Grid](docs/pg_data_grid.png)\n\n### Smart Filtering\nQuickly find the data you need. Use the intelligent filtering bar located directly above the grid to build conditions using intuitive dropdowns and input fields—no SQL required.\n\n![Filter Data](docs/filter.png)\n\n### Visual Table Editor\nEasily view, create, and modify table structures. Add or edit columns, configure data types, manage constraints, and handle indexes through a clean visual interface instead of writing raw DDL.\n\n![Edit Structure](docs/edit_table.png)\n\n### Native SQL Execution\nWhen you need full control, write and run custom SQL queries in a dedicated editor and view the results instantly.\n\n![Run Query](docs/query.png)\n\n### Quick Navigation \u0026 Tabs (IDE-like Experience)\nNavigate your databases at the speed of thought.\n\n![Quick Navigate](docs/navigate.png)\n![Switch Tabs](docs/switch_tab.png)\n\n## Keyboard Shortcuts\n\nVSTable is designed to be keyboard-first, offering familiar shortcuts for common actions:\n\n| Shortcut | Action |\n| --- | --- |\n| **`Cmd/Ctrl + P`** | **Quick Search** - Instantly find and open tables |\n| **`Ctrl + Tab`** | **Cycle Tabs** - Switch between open views |\n| **`Cmd/Ctrl + T`** | **New Query** - Open a new SQL editor tab |\n| **`Cmd/Ctrl + W`** | **Close Tab** - Close the current active tab |\n| **`Cmd/Ctrl + R`** | **Refresh** - Reload data or table structure |\n| **`Cmd/Ctrl + F`** | **Focus Filter** - Jump straight to the search/filter bar |\n| **`Cmd/Ctrl + Enter`** | **Run Query** - Execute SQL (when in Query Editor) |\n\n## Installation\n\nVSTable is available as a standalone desktop application for macOS and Windows.\n\n1. **Download**: Go to the [Releases](https://github.com/rust17/vstable/releases) page.\n2. **Choose your version**:\n   - **macOS**: Download the `.dmg` or `.zip` file.\n   - **Windows**: Download the `.exe` installer.\n3. **Install**: Open the downloaded file and follow the standard installation process for your platform.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please check the issues or submit pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust17%2Fvstable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust17%2Fvstable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust17%2Fvstable/lists"}