{"id":48217420,"url":"https://github.com/cin12211/orca-q","last_synced_at":"2026-04-04T19:00:57.646Z","repository":{"id":315884257,"uuid":"960994846","full_name":"cin12211/orca-q","owner":"cin12211","description":"The open source | Next Generation database editor","archived":false,"fork":false,"pushed_at":"2026-04-03T01:23:54.000Z","size":7047,"stargazers_count":110,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-04-03T10:46:08.738Z","etag":null,"topics":["database","dbms","editor","electron","nuxt","postgresql","sql"],"latest_commit_sha":null,"homepage":"https://orca-q.com","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/cin12211.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-05T14:27:15.000Z","updated_at":"2026-04-03T05:31:33.000Z","dependencies_parsed_at":"2026-02-14T19:04:34.884Z","dependency_job_id":null,"html_url":"https://github.com/cin12211/orca-q","commit_stats":null,"previous_names":["cin12211/orca-q"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cin12211/orca-q","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cin12211%2Forca-q","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cin12211%2Forca-q/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cin12211%2Forca-q/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cin12211%2Forca-q/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cin12211","download_url":"https://codeload.github.com/cin12211/orca-q/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cin12211%2Forca-q/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31409471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"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","dbms","editor","electron","nuxt","postgresql","sql"],"created_at":"2026-04-04T19:00:37.663Z","updated_at":"2026-04-04T19:00:57.591Z","avatar_url":"https://github.com/cin12211.png","language":"TypeScript","readme":"# \u003cimg src=\"https://orca-q.com/images/logo.png\" width=\"32\"\u003e OrcaQ - Next Generation database editor\n\n\u003cdiv align=\"center\"\u003e\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![npx version](https://img.shields.io/npm/v/orcaq?label=npx)](https://www.npmjs.com/package/orcaq)\n[![Downloads](https://img.shields.io/npm/dm/orcaq?label=downloads)](https://www.npmjs.com/package/orcaq)\n[![GitHub stars](https://img.shields.io/github/stars/cin12211/orca-q?style=social)](https://github.com/cin12211/orca-q/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/cin12211/orca-q)](https://github.com/cin12211/orca-q/issues)\n[![GitHub pull requests](https://img.shields.io/github/issues-pr/cin12211/orca-q)](https://github.com/cin12211/orca-q/pulls)\n\n\u003c/div\u003e\n\n## Orca Query\n\n\u003cimg src=\"https://orca-q.com/images/editor-preview.png\" style=\"border: 1px solid #ccc; border-radius: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);\" \u003e\n\n## Overview\n\n**OrcaQ** is a modern database editor for managing, querying, and exploring SQL/PostgreSQL data in a fast, intuitive, and secure way.\n\n## Features\n\n- 🖥️ **Modern UI/UX**: Minimalist interface with dark mode support, drag \u0026 drop, and flexible sidebar.\n- ⚡ **Quick Query**: Fast data querying with preview, filtering, and dynamic field search.\n- 📝 **Raw SQL Editor**: Write and execute SQL queries with multiple layout modes (vertical/horizontal).\n- 🗂️ **Explorer**: Browse database structures, tables, schemas, and files.\n- 🔒 **Workspace \u0026 Connection Management**: Manage multiple connections and independent workspaces.\n- 🛠️ **Hotkey Support**: Supports shortcuts for faster operations.\n- 🍎 **Desktop App for macOS**: Currently in development.\n\n## Installation\n\n### Requirements\n\n- **Node.js** \u003e= 18.x\n- **pnpm** or **bun**\n- **macOS, Windows, or Linux**\n\n### Steps (Web setup)\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/cin12211/orca-q.git\n   cd orcaq\n   ```\n\n2. **Install dependencies:**\n\n   ```sh\n   bun install\n   ```\n\n3. **Run in development mode:**\n\n   ```sh\n   npm run nuxt:dev\n   ```\n\n4. **Build for production:**\n\n   ```sh\n   npm run nuxt:build\n   ```\n\n### NPX Setup\n\nRun OrcaQ directly with `npx` if you do not want to clone the repository or build Docker images.\n\n1. **Run OrcaQ:**\n\n   ```sh\n   npx orcaq\n   ```\n\n   Requires **Node.js \u003e= 18**. By default OrcaQ starts on [http://localhost:9432](http://localhost:9432) and opens your browser automatically.\n\n### Docker Setup\n\nRun OrcaQ instantly with Docker — no local Node.js or build tools required.\n\n#### Guide 1 — Run with the published Docker image\n\nUse the prebuilt image if you just want to start OrcaQ quickly.\n\n1. **Pull the image:**\n\n   ```sh\n   docker pull cinny09/orcaq:latest\n   ```\n\n2. **Run the container:**\n\n   ```sh\n   docker run -d \\\n     --name orcaq \\\n     --restart unless-stopped \\\n     -p 9432:9432 \\\n     cinny09/orcaq:latest\n   ```\n\n3. **Open OrcaQ:**\n\n   Visit [http://localhost:9432](http://localhost:9432)\n\n\u003e **Note**: If you are still using the old image name `cinny09/orca-q`, switch to `cinny09/orcaq`.\n\n#### Guide 2 — Build locally with Docker Compose\n\nUse this if you want to build the image from the current source code.\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/cin12211/orca-q.git\n   cd orcaq\n   ```\n\n2. **Configure environment (optional):**\n\n   ```sh\n   cp .env.example .env\n   # Default Docker port is 9432\n   # Edit .env if you want to change it\n   ```\n\n3. **Start with Docker Compose:**\n\n   ```sh\n   docker compose up -d --build orcaq\n   ```\n\n4. **Open OrcaQ:**\n\n   Visit [http://localhost:9432](http://localhost:9432)\n\n\u003e **Note**: The demo PostgreSQL service is currently commented out in `docker-compose.yml`. OrcaQ is stateless — it connects to your databases at runtime. If you want a local demo database, uncomment the `postgres-demo` service first.\n\n## Contributing\n\nWe welcome all contributions!\n\n1. **Fork the repo and create a new branch**:\n\n   ```sh\n   git checkout -b feat/my-feature\n   ```\n\n2. **Follow commit conventions**:\n\n   - `feat: ...` Add a new feature\n   - `fix: ...` Fix a bug\n   - `chore: ...` Miscellaneous tasks\n   - `docs: ...` Update documentation\n   - `refactor: ...` Improve code without changing logic\n\n3. **Create a Pull Request**:  \n   Clearly describe changes and link to relevant issues (if any).\n\n4. **Review \u0026 Merge**:  \n   The core team will review and provide feedback promptly.\n\n**See more**: [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Community / Contact\n\n- **Issues**: [GitHub Issues](https://github.com/cin12211/orca-q/issues)\n- **Discussions**: [GitHub Discussions](https://github.com/cin12211/orca-q/discussions)\n- **Email**: taccin03@gmail.com\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgements\n\n- [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript\n- [Vue 3](https://vuejs.org/) - Progressive JavaScript framework\n- [Vite](https://vitejs.dev/) - Next Generation Frontend Tooling\n- [TypeScript](https://www.typescriptlang.org/)\n- [Zod](https://zod.dev/) - TypeScript-first schema validation\n- [@vueuse/core](https://vueuse.org/) - Vue Composition API utilities\n- Icon design: [Figma Community](https://www.figma.com/design/wAm0jjPdhpKsEGXjtUw3tk/macOS-App-Icon-Template--Community-?node-id=102-4\u0026t=B0v343GshmaCBMqU-0)\n- Contributions from the open-source community\n\n## Contributors\n\nMany thanks to everyone who has contributed to OrcaQ.\n\n\u003ca href=\"https://github.com/cin12211/orca-q/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=cin12211/orca-q\" /\u003e\n\u003c/a\u003e\n\n## ⭐ Stargazers\n\nMany thanks to the kind individuals who leave a star.\nYour support is much appreciated!\n\n\u003e _Made with ❤️ by the OrcaQ team and open-source contributors._\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcin12211%2Forca-q","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcin12211%2Forca-q","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcin12211%2Forca-q/lists"}