The open source Next Generation database editor
2.5K
OrcaQ is a modern desktop application designed for managing, querying, and manipulating data across various database management systems (DBMS) in an intuitive, fast, and secure manner. Built with Electron, Vue 3, TypeScript, and Vite, it targets developers, data engineers, analysts, DBAs, or anyone who needs to work with SQL/PostgreSQL data on the desktop.
Clone the repository:
git clone https://github.com/cin12211/orca-q.git
cd orcaq
Install dependencies:
bun install
Run in development mode:
npm run nuxt:dev
Build for production:
npm run nuxt:build
Clone the repository:
git clone https://github.com/cin12211/orca-q.git
cd orcaq
Install dependencies:
bun install
Run in development mode:
npm run dev
Build for production:
npm run app:build
Note: Ensure you have the correct Node.js version and necessary dependencies installed to run Electron. See more at Electron Docs.
npm run dev to start the application in development mode.Cmd+Shift+B on Mac) to show/hide panels.We welcome all contributions!
Fork the repo and create a new branch:
git checkout -b feat/my-feature
Follow commit conventions:
feat: ... Add a new featurefix: ... Fix a bugchore: ... Miscellaneous tasksdocs: ... Update documentationrefactor: ... Improve code without changing logicCreate a Pull Request:
Clearly describe changes and link to relevant issues (if any).
Review & Merge:
The core team will review and provide feedback promptly.
See more: CONTRIBUTING.md
See details at CHANGELOG.md
This project is licensed under the MIT License.
Many thanks to the kind individuals who leave a star. Your support is much appreciated!
Made with ❤️ by the OrcaQ team and open-source contributors.
Content type
Image
Digest
sha256:d5c7b0b75…
Size
277.2 MB
Last updated
6 months ago
docker pull cinny09/orca-q