{"id":50142017,"url":"https://github.com/iametornam/db-lang","last_synced_at":"2026-05-24T02:01:58.328Z","repository":{"id":352297893,"uuid":"1136570705","full_name":"iamEtornam/db-lang","owner":"iamEtornam","description":"A powerful, AI-driven database tool that bridges the gap between natural language and SQL.","archived":false,"fork":false,"pushed_at":"2026-05-10T22:54:15.000Z","size":8659,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T00:38:00.363Z","etag":null,"topics":["dbms","ghana","llm","nosql","nuxtjs","rust","sql","tauri","vue"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/iamEtornam.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"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":"2026-01-17T23:34:05.000Z","updated_at":"2026-05-10T22:54:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iamEtornam/db-lang","commit_stats":null,"previous_names":["iametornam/db-lang"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/iamEtornam/db-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamEtornam%2Fdb-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamEtornam%2Fdb-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamEtornam%2Fdb-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamEtornam%2Fdb-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamEtornam","download_url":"https://codeload.github.com/iamEtornam/db-lang/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamEtornam%2Fdb-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33418550,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dbms","ghana","llm","nosql","nuxtjs","rust","sql","tauri","vue"],"created_at":"2026-05-24T02:01:56.749Z","updated_at":"2026-05-24T02:01:58.319Z","avatar_url":"https://github.com/iamEtornam.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# 🛠️ Query Studio\n\n**A powerful, AI-driven database tool that bridges the gap between natural language and SQL.**\n\n\n\n---\n\n## 🌟 Overview\n\n**Query Studio** offers a seamless native experience for managing and querying your databases. Stop wrestling with complex SQL syntax—simply describe what you want in plain English, and let our integrated AI engine generate, explain, and execute the exact query you need.\n\n## ✨ Features\n\n- **🗣️ AI-Powered Query Generation**: Leveraging Google's **Gemini Pro**, describe your data needs (e.g., *\"Find all users who signed up last week and spent over $500\"*), and Query Studio instantly crafts the precise SQL.\n- **🔌 Multi-Database Support**: Connect effortlessly to **PostgreSQL**, **MySQL**, **SQLite**, **MongoDB**, **Redis**, **Firebase Firestore**, and **Firebase Realtime Database**.\n- **🧠 Logic Breakdown**: Don't just copy-paste code. Query Studio provides a step-by-step plain-English explanation of the generated SQL logic.\n- **⚡️ Real-Time Execution**: Run queries instantly and view your results in a responsive, sortable, and beautifully formatted data table.\n- **🔒 Secure Connections**: Your database credentials stay yours. Connections are stored and managed locally and securely.\n- **🔥 Firebase Integration**: Browse Firestore collections and Realtime Database nodes with service-account authentication. Realtime DB includes live streaming — watch paths and see changes as they happen.\n- **🌙 Developer-First UI**: A sleek, modern, dark-mode-first interface designed for extended focus and high productivity.\n\n## 🛠️ Tech Stack\n\nQuery Studio is built using a modern, high-performance stack:\n\n- **Frontend**: [Vue 3](https://vuejs.org/) + [TypeScript](https://www.typescriptlang.org/) + [Tailwind CSS](https://tailwindcss.com/)\n- **Backend/Core**: [Rust](https://rust-lang.org/) powered by [Tauri](https://tauri.app/)\n- **AI Engine**: Google Gemini Pro (via Genkit or direct API integration)\n\n## 🚀 Getting Started\n\nFollow these steps to get a local development environment up and running.\n\n### Prerequisites\n\nEnsure you have the following installed on your machine:\n\n- **[Node.js](https://nodejs.org/)** (v18 or higher)\n- **[Rust \u0026 Cargo](https://rustup.rs/)** (Required for Tauri native bindings)\n\n### Installation\n\n1. **Clone the repository**\n  ```bash\n   git clone https://github.com/iamEtornam/db-lang.git\n   cd db-lang\n  ```\n2. **Install dependencies**\n  ```bash\n   npm install\n  ```\n\n### Running the App\n\nTo run the application in development mode with hot-reloading enabled for both the frontend and the Rust backend:\n\n```bash\nnpm run tauri dev\n```\n\nThis command will spin up the Vite development server and launch the native Tauri window.\n\n## 📦 Releasing \u0026 in-app updates\n\nQuery Studio ships in-app updates via [`tauri-plugin-updater`](https://v2.tauri.app/plugin/updater/). Each tagged release on GitHub publishes the platform bundles, their minisign signatures, and a `latest.json` manifest the running app polls.\n\n### One-time setup: signing keys\n\nThe updater refuses any download whose minisign signature doesn't match the embedded public key, so you have to generate a keypair before the first signed release.\n\n```bash\nmkdir -p ~/.tauri\nnpm run tauri signer generate -- -w ~/.tauri/db-lang.key\n```\n\nYou'll be prompted for a password (recommended). The command prints two things:\n\n1. The **public key** — paste it into `src-tauri/tauri.conf.json` under `plugins.updater.pubkey`, replacing `REPLACE_WITH_TAURI_PUBLIC_KEY`. Commit this. Losing it means existing installs can never auto-update again.\n2. A note about the **private key** at `~/.tauri/db-lang.key`. Treat it like a code-signing cert — never commit it.\n\nThen add two GitHub Actions secrets to the repo (`Settings → Secrets and variables → Actions`):\n\n| Secret | Value |\n|---|---|\n| `TAURI_SIGNING_PRIVATE_KEY` | Contents of `~/.tauri/db-lang.key` |\n| `TAURI_SIGNING_PRIVATE_KEY_PASSWORD` | The password you chose above |\n\n### Cutting a release\n\n```bash\ngit tag v0.2.0\ngit push origin v0.2.0\n```\n\nThe release workflow (`.github/workflows/release.yml`) will:\n\n1. Stamp `v0.2.0` (minus the `v`) into `tauri.conf.json`, `package.json`, and `src-tauri/Cargo.toml` so the bundle ships with the right version.\n2. Build signed bundles for macOS (Apple Silicon + Intel), Linux, and Windows.\n3. Upload them to a draft GitHub Release.\n4. Run a follow-up `publish-update-manifest` job that downloads the just-uploaded `.app.tar.gz` / `.AppImage` / `-setup.exe` and their `.sig` siblings, assembles a `latest.json` manifest, and attaches it to the same release.\n\nOnce you publish the draft release in the GitHub UI, every installed copy of Query Studio will see the new version on its next launch (or when the user clicks **Settings → Updates → Check for updates**).\n\n\u003e Note: Linux `.deb` users are not auto-updated — the in-app updater only supports the AppImage on Linux. Users who installed via `dpkg`/`apt` will continue to update through the package manager.\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the [issues page](https://github.com/iamEtornam/db-lang/issues) if you want to contribute.\n\n## 📄 License\n\nThis project is open-source and available under the [MIT License](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiametornam%2Fdb-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiametornam%2Fdb-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiametornam%2Fdb-lang/lists"}