{"id":51625437,"url":"https://github.com/kamaravichow/db-maverick","last_synced_at":"2026-07-13T00:33:14.168Z","repository":{"id":363344866,"uuid":"1106906987","full_name":"kamaravichow/db-maverick","owner":"kamaravichow","description":"A modern, intuitive PostgreSQL database manager for developers","archived":false,"fork":false,"pushed_at":"2025-12-06T05:12:51.000Z","size":765,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T22:12:04.043Z","etag":null,"topics":["postgresql"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kamaravichow.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":null,"dco":null,"cla":null}},"created_at":"2025-11-30T07:26:37.000Z","updated_at":"2026-05-12T18:58:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kamaravichow/db-maverick","commit_stats":null,"previous_names":["kamaravichow/db-maverick"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kamaravichow/db-maverick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaravichow%2Fdb-maverick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaravichow%2Fdb-maverick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaravichow%2Fdb-maverick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaravichow%2Fdb-maverick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kamaravichow","download_url":"https://codeload.github.com/kamaravichow/db-maverick/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kamaravichow%2Fdb-maverick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35406584,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"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":["postgresql"],"created_at":"2026-07-13T00:33:13.700Z","updated_at":"2026-07-13T00:33:14.159Z","avatar_url":"https://github.com/kamaravichow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DB Maverick\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"icons/png/256x256.png\" alt=\"DB Maverick Logo\" width=\"128\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cstrong\u003eA modern, intuitive PostgreSQL database manager for developers\u003c/strong\u003e\n\u003c/p\u003e\n\n---\n\n[![Windows](https://github.com/kamaravichow/db-maverick/actions/workflows/build-windows.yml/badge.svg)](https://github.com/kamaravichow/db-maverick/actions/workflows/build-windows.yml)\n[![Linux](https://github.com/kamaravichow/db-maverick/actions/workflows/build-linux.yml/badge.svg)](https://github.com/kamaravichow/db-maverick/actions/workflows/build-linux.yml)\n\n\n## Features\n\n- **Connect to PostgreSQL** - Easily connect to local or remote PostgreSQL databases\n- **Browse \u0026 Edit Data** - View tables, filter rows, and edit data with inline editing\n- **SQL Editor** - Write and execute custom SQL queries\n- **Safe \u0026 Local** - Your credentials stay on your machine. No cloud, no tracking.\n- **Dark Mode** - Easy on the eyes with a beautiful dark theme\n- **Cross-Platform** - Works on macOS, Windows, and Linux\n\n## Installation\n\n### Download\n\nDownload the latest release for your platform from the [Releases](https://github.com/kamaravichow/db-maverick/releases) page.\n\n### Build from Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/kamaravichow/db-maverick.git\ncd db-maverick\n\n# Install dependencies\npnpm install\n\n# Run in development mode\npnpm dev\n\n# Build for production\npnpm dist\n```\n\n## Development\n\n```bash\n# Install dependencies\npnpm install\n\n# Start development server\npnpm dev\n\n# Build the webpack bundle\npnpm build\n\n# Package the app (without creating installer)\npnpm pack\n\n# Create distribution builds\npnpm dist           # All platforms\npnpm dist:mac       # macOS only\npnpm dist:win       # Windows only\npnpm dist:linux     # Linux only\n```\n\n## Keyboard Shortcuts\n\n| Action | macOS | Windows/Linux |\n|--------|-------|---------------|\n| New Connection | ⌘N | Ctrl+N |\n| SQL Editor | ⌘E | Ctrl+E |\n| Refresh Tables | ⌘R | Ctrl+R |\n| Toggle Theme | ⌘D | Ctrl+D |\n\n## Tech Stack\n\n- **Electron** - Cross-platform desktop framework\n- **React** - UI library\n- **Ant Design** - Component library\n- **node-postgres** - PostgreSQL client\n\n## License\n\nMIT © [Aravind Chowdary Kamani](https://aravi.me)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaravichow%2Fdb-maverick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkamaravichow%2Fdb-maverick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkamaravichow%2Fdb-maverick/lists"}