Browser-based SQL Query Tool for Universal Database Management
Project description
Query Commander ·
Introducing Query Commander, the revolutionary opensource browser-based SQL tool designed for secure and efficient database management.
Features:
-
Database Connectivity
- Support for multiple database types (Oracle, PostgreSQL, Redshift, MySQL, etc.)
- Support for multiple server connections and heterogeneous targets
-
Database Management
- Viewing of database objects
- Browse Schemas
- Data export capabilities
- Explain Plain visualization
-
Metadata Access
- View table structures, constraints, indexes, relationships, roles, and permissions
- Generate ddl for views, materialized views, procedures, functions, and much more
-
User Interface
- Intuitive, familiar, and user-friendly interface
- Browser-based multi-tab and multi-window interface
- SQL Editor: Custom SQL Execution and results display
-
Enhanced Security
- Support for End-to-End Encryption
- Multiple authentication options (Database login-based, LDAP/Active Directory)
- Optional time-based rate limits for queries executed and/or total records retrieved by user
- Advanced permissions management with "Persona proxies" and group-based authorization
- Ideal for cloud-hosted and remote database server access
- Support for AWS Secret Manager for secure credential storage and database server info
-
Modern Hosting Options
- Traditional installation with CGI executions
- Optional Serverless installation (AWS API Gateway, Lambda, S3, DynamoDB, and Secrets Manager)
Installation
For local installations the easiest way to get started is to use pip as shown below:
pip install querycommander
The above installs the basic software and only includes AWS integrations by default. To install specific connectors or components use one or more of the following commands:
# Database Connectors
pip install querycommander[postgres]
pip install querycommander[mysql]
pip install querycommander[oracle]
pip install querycommander[redshift]
# Other connectors
pip install querycommander[redis] # For Redis session token storage
pip install querycommander[ldap] # For LDAP authentication
# Install everything in one command
pip install querycommander[all]
Learn More
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file querycommander-0.5.2.tar.gz
.
File metadata
- Download URL: querycommander-0.5.2.tar.gz
- Upload date:
- Size: 436.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea999ef548fcc2a7bb6f787a6369dd7223c1b236320d299a40d25d5d03f35155 |
|
MD5 | a01fedf6ce21fb242e16fb6aca2c9a15 |
|
BLAKE2b-256 | b309ea86dc9cbe828ac9420bdc665a95c00389054ad0116d3ee89aa7de76a0c8 |
File details
Details for the file querycommander-0.5.2-py3-none-any.whl
.
File metadata
- Download URL: querycommander-0.5.2-py3-none-any.whl
- Upload date:
- Size: 195.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42920f83b18478c31f76c476f8db863bf70b177ae077492a8127058e9a0e0dca |
|
MD5 | f9f7e2ac99c34b0487686d50209a6e9e |
|
BLAKE2b-256 | 5e84cb3340a0901d6a18f46797c4d889ad2f659a9c25de854da979bcc84d75cc |