{"id":15771817,"url":"https://github.com/lnxusr1/query-commander","last_synced_at":"2025-04-01T16:30:51.082Z","repository":{"id":250394761,"uuid":"831128844","full_name":"lnxusr1/query-commander","owner":"lnxusr1","description":"Browser-based SQL Query tool for universal database access and management.","archived":false,"fork":false,"pushed_at":"2024-10-04T00:43:14.000Z","size":1316,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-11T15:13:14.718Z","etag":null,"topics":["database","database-access","database-management","sql","sql-query"],"latest_commit_sha":null,"homepage":"https://querycommander.com","language":"Python","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/lnxusr1.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":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-19T18:17:59.000Z","updated_at":"2024-10-04T00:41:08.000Z","dependencies_parsed_at":"2024-08-14T03:24:27.921Z","dependency_job_id":"d0479539-f1db-4440-93a1-a50eefc4b16e","html_url":"https://github.com/lnxusr1/query-commander","commit_stats":{"total_commits":58,"total_committers":2,"mean_commits":29.0,"dds":"0.12068965517241381","last_synced_commit":"08cf004e43417804b695fd93322b05dcd4dad0f5"},"previous_names":["lnxusr1/query-commander"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxusr1%2Fquery-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxusr1%2Fquery-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxusr1%2Fquery-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnxusr1%2Fquery-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnxusr1","download_url":"https://codeload.github.com/lnxusr1/query-commander/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620398,"owners_count":20806765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","database-access","database-management","sql","sql-query"],"created_at":"2024-10-04T15:05:18.049Z","updated_at":"2025-04-01T16:30:50.563Z","avatar_url":"https://github.com/lnxusr1.png","language":"Python","readme":"# Query Commander \u0026middot; [![GitHub license](https://img.shields.io/github/license/lnxusr1/query-commander)](https://github.com/lnxusr1/query-commander/blob/master/LICENSE) ![Python Versions](https://img.shields.io/pypi/pyversions/yt2mp3.svg) ![Read the Docs](https://img.shields.io/readthedocs/query-commander) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/lnxusr1/query-commander)\n\nIntroducing **Query Commander**, the *opensource* browser-based SQL tool designed for secure and efficient database management. \n\n![Basic Screenshot](https://github.com/lnxusr1/query-commander/blob/main/docs/images/screen_basic.png?raw=true)\n\n## Features:\n\n1. **Database Connectivity**\n    - Support for multiple server connections and heterogeneous targets\n    - Support for multiple database types:\u003cbr\u003e\n      *(Oracle, PostgreSQL, Redshift, MySQL, Trino, Presto, etc.)*\n\n3. **Database Management**\n    - Viewing of database objects\n    - Browse Schemas\n    - Data export capabilities\n    - Explain Plain visualization\n\n4. **Metadata Access**\n    - View table structures, constraints, indexes, relationships, roles, and permissions\n    - Generate ddl for views, materialized views, procedures, functions, and much more\n\n5. **User Interface**\n    - Intuitive, familiar, and user-friendly interface\n    - Browser-based multi-tab and multi-window interface\n    - SQL Editor: Custom SQL Execution and results display\n    - Syntax highlighting\n\n6. **Enhanced Security**\n    - Support for End-to-End Encryption\n    - Multiple authentication options (Database login-based, LDAP/Active Directory)\n    - Optional time-based rate limits for queries executed and/or total records retrieved by user\n    - Advanced permissions management with \"Persona proxies\" and group-based authorization\n    - Ideal for cloud-hosted and remote database server access\n    - Support for AWS Secret Manager for secure credential storage and database server info\n\n7. **Modern Hosting Options**\n    - Traditional installation with CGI executions\n    - Optional **Serverless** installation (AWS API Gateway, Lambda, S3, DynamoDB, and Secrets Manager)\n\n## Installation\n\n**\u0026raquo; Check out** the [**Apache 2.x**](https://docs.querycommander.com/en/stable/installation/apache/) and [**AWS Lambda**](https://docs.querycommander.com/en/stable/installation/aws/) installation options.\n\n#### General Installation\n\nFor local installations the easiest way to get started is to use pip as shown below:\n\n``` shell\npip install querycommander\n```\n\nThe above installs the basic software with no built-in connectors.  To install specific connectors or components use one or more of the following commands:\n\n``` shell\n# Database Connectors\npip install querycommander[postgres]\npip install querycommander[mysql]\npip install querycommander[oracle]\npip install querycommander[redshift]\npip install querycommander[trino]\n\n# Other connectors\npip install querycommander[aws] # For DynamoDB, S3, and SecretsManager features\npip install querycommander[redis] # For Redis session token storage\npip install querycommander[ldap]  # For LDAP authentication\n\n# Install everything in one command\npip install querycommander[all]\n```\n\n## Learn More\n\n[Read the Documentation](https://docs.querycommander.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnxusr1%2Fquery-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnxusr1%2Fquery-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnxusr1%2Fquery-commander/lists"}