Name | querycommander JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | Browser-based SQL Query Tool for Universal Database Management |
upload_time | 2024-12-14 19:58:34 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | MIT License Copyright (c) 2024 lnxusr1 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
database
dba
sql
mysql
postgresql
oracle
oracldb
mariadb
redshift
|
VCS |
|
bugtrack_url |
|
requirements |
asn1crypto
async-timeout
backports.tarfile
boto3
botocore
build
certifi
cffi
charset-normalizer
cryptography
docutils
idna
importlib_metadata
jaraco.classes
jaraco.context
jaraco.functools
jeepney
jmespath
keyring
ldap3
markdown-it-py
mdurl
more-itertools
mysql-connector-python
nh3
oracledb
packaging
pg8000
pkginfo
pyasn1
pycparser
Pygments
pyproject_hooks
python-dateutil
pytz
PyYAML
readme_renderer
redis
requests
requests-toolbelt
rfc3986
rich
s3transfer
scramp
SecretStorage
six
trino
twine
typing_extensions
tzlocal
urllib3
zipp
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Query Commander · [![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)
Introducing **Query Commander**, the *opensource* browser-based SQL tool designed for secure and efficient database management.
![Basic Screenshot](https://github.com/lnxusr1/query-commander/blob/main/docs/images/screen_basic.png?raw=true)
## Features:
1. **Database Connectivity**
- Support for multiple server connections and heterogeneous targets
- Support for multiple database types:<br>
*(Oracle, PostgreSQL, Redshift, MySQL, Trino, Presto, etc.)*
3. **Database Management**
- Viewing of database objects
- Browse Schemas
- Data export capabilities
- Explain Plain visualization
4. **Metadata Access**
- View table structures, constraints, indexes, relationships, roles, and permissions
- Generate ddl for views, materialized views, procedures, functions, and much more
5. **User Interface**
- Intuitive, familiar, and user-friendly interface
- Browser-based multi-tab and multi-window interface
- SQL Editor: Custom SQL Execution and results display
- Syntax highlighting
6. **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
7. **Modern Hosting Options**
- Traditional installation with CGI executions
- Optional **Serverless** installation (AWS API Gateway, Lambda, S3, DynamoDB, and Secrets Manager)
## Installation
**» 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.
#### General Installation
For local installations the easiest way to get started is to use pip as shown below:
``` shell
pip install querycommander
```
The above installs the basic software with no built-in connectors. To install specific connectors or components use one or more of the following commands:
``` shell
# Database Connectors
pip install querycommander[postgres]
pip install querycommander[mysql]
pip install querycommander[oracle]
pip install querycommander[redshift]
pip install querycommander[trino]
# Other connectors
pip install querycommander[aws] # For DynamoDB, S3, and SecretsManager features
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
[Read the Documentation](https://docs.querycommander.com)
Raw data
{
"_id": null,
"home_page": null,
"name": "querycommander",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "database, dba, sql, mysql, postgresql, oracle, oracldb, mariadb, redshift",
"author": null,
"author_email": "lnxusr1 <dist@querycommander.com>",
"download_url": "https://files.pythonhosted.org/packages/38/26/286137d0020cf0685b612c87db1f5078a6fe2cb293cd846ddf169f5d49ad/querycommander-1.0.1.tar.gz",
"platform": null,
"description": "# Query Commander · [![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:<br>\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**» 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",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 lnxusr1 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Browser-based SQL Query Tool for Universal Database Management",
"version": "1.0.1",
"project_urls": {
"Changelog": "https://docs.querycommander.com/en/latest/changelog/",
"Documentation": "https://docs.querycommander.com",
"Homepage": "https://querycommander.com",
"Issues": "https://github.com/lnxusr1/query-commander/issues",
"Repository": "https://github.com/lnxusr1/query-commander.git"
},
"split_keywords": [
"database",
" dba",
" sql",
" mysql",
" postgresql",
" oracle",
" oracldb",
" mariadb",
" redshift"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2be6a0c522bfbb3b094e1b92d557c2e0a9bbacfd85edd0edd4c267a76cea2182",
"md5": "35cf1f447338fd2709de34a8562d9f12",
"sha256": "074438201f10d25bc66c585320c0aa0dfceb49d13aaaf878fd7e7017d05caee0"
},
"downloads": -1,
"filename": "querycommander-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "35cf1f447338fd2709de34a8562d9f12",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 244881,
"upload_time": "2024-12-14T19:58:31",
"upload_time_iso_8601": "2024-12-14T19:58:31.409520Z",
"url": "https://files.pythonhosted.org/packages/2b/e6/a0c522bfbb3b094e1b92d557c2e0a9bbacfd85edd0edd4c267a76cea2182/querycommander-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3826286137d0020cf0685b612c87db1f5078a6fe2cb293cd846ddf169f5d49ad",
"md5": "bb1d8daa5a52f00c15c6f03e7a25a9ea",
"sha256": "db9433e1cf4dbe541085dc1eb932dbfdcef7d9572f606d213203b35afb319e24"
},
"downloads": -1,
"filename": "querycommander-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "bb1d8daa5a52f00c15c6f03e7a25a9ea",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 455502,
"upload_time": "2024-12-14T19:58:34",
"upload_time_iso_8601": "2024-12-14T19:58:34.121102Z",
"url": "https://files.pythonhosted.org/packages/38/26/286137d0020cf0685b612c87db1f5078a6fe2cb293cd846ddf169f5d49ad/querycommander-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 19:58:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "lnxusr1",
"github_project": "query-commander",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "asn1crypto",
"specs": [
[
"==",
"1.5.1"
]
]
},
{
"name": "async-timeout",
"specs": [
[
"==",
"4.0.3"
]
]
},
{
"name": "backports.tarfile",
"specs": [
[
"==",
"1.2.0"
]
]
},
{
"name": "boto3",
"specs": [
[
"==",
"1.34.162"
]
]
},
{
"name": "botocore",
"specs": [
[
"==",
"1.34.162"
]
]
},
{
"name": "build",
"specs": [
[
"==",
"1.2.1"
]
]
},
{
"name": "certifi",
"specs": [
[
"==",
"2024.7.4"
]
]
},
{
"name": "cffi",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "charset-normalizer",
"specs": [
[
"==",
"3.3.2"
]
]
},
{
"name": "cryptography",
"specs": [
[
"==",
"43.0.0"
]
]
},
{
"name": "docutils",
"specs": [
[
"==",
"0.21.2"
]
]
},
{
"name": "idna",
"specs": [
[
"==",
"3.7"
]
]
},
{
"name": "importlib_metadata",
"specs": [
[
"==",
"8.2.0"
]
]
},
{
"name": "jaraco.classes",
"specs": [
[
"==",
"3.4.0"
]
]
},
{
"name": "jaraco.context",
"specs": [
[
"==",
"5.3.0"
]
]
},
{
"name": "jaraco.functools",
"specs": [
[
"==",
"4.0.2"
]
]
},
{
"name": "jeepney",
"specs": [
[
"==",
"0.8.0"
]
]
},
{
"name": "jmespath",
"specs": [
[
"==",
"1.0.1"
]
]
},
{
"name": "keyring",
"specs": [
[
"==",
"25.3.0"
]
]
},
{
"name": "ldap3",
"specs": [
[
"==",
"2.9.1"
]
]
},
{
"name": "markdown-it-py",
"specs": [
[
"==",
"3.0.0"
]
]
},
{
"name": "mdurl",
"specs": [
[
"==",
"0.1.2"
]
]
},
{
"name": "more-itertools",
"specs": [
[
"==",
"10.4.0"
]
]
},
{
"name": "mysql-connector-python",
"specs": [
[
"==",
"9.0.0"
]
]
},
{
"name": "nh3",
"specs": [
[
"==",
"0.2.18"
]
]
},
{
"name": "oracledb",
"specs": [
[
"==",
"2.3.0"
]
]
},
{
"name": "packaging",
"specs": [
[
"==",
"24.1"
]
]
},
{
"name": "pg8000",
"specs": [
[
"==",
"1.31.2"
]
]
},
{
"name": "pkginfo",
"specs": [
[
"==",
"1.10.0"
]
]
},
{
"name": "pyasn1",
"specs": [
[
"==",
"0.6.0"
]
]
},
{
"name": "pycparser",
"specs": [
[
"==",
"2.22"
]
]
},
{
"name": "Pygments",
"specs": [
[
"==",
"2.18.0"
]
]
},
{
"name": "pyproject_hooks",
"specs": [
[
"==",
"1.1.0"
]
]
},
{
"name": "python-dateutil",
"specs": [
[
"==",
"2.9.0.post0"
]
]
},
{
"name": "pytz",
"specs": [
[
"==",
"2024.2"
]
]
},
{
"name": "PyYAML",
"specs": [
[
"==",
"6.0.2"
]
]
},
{
"name": "readme_renderer",
"specs": [
[
"==",
"44.0"
]
]
},
{
"name": "redis",
"specs": [
[
"==",
"5.0.8"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.32.3"
]
]
},
{
"name": "requests-toolbelt",
"specs": [
[
"==",
"1.0.0"
]
]
},
{
"name": "rfc3986",
"specs": [
[
"==",
"2.0.0"
]
]
},
{
"name": "rich",
"specs": [
[
"==",
"13.7.1"
]
]
},
{
"name": "s3transfer",
"specs": [
[
"==",
"0.10.2"
]
]
},
{
"name": "scramp",
"specs": [
[
"==",
"1.4.5"
]
]
},
{
"name": "SecretStorage",
"specs": [
[
"==",
"3.3.3"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.16.0"
]
]
},
{
"name": "trino",
"specs": [
[
"==",
"0.329.0"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"5.1.1"
]
]
},
{
"name": "typing_extensions",
"specs": [
[
"==",
"4.12.2"
]
]
},
{
"name": "tzlocal",
"specs": [
[
"==",
"5.2"
]
]
},
{
"name": "urllib3",
"specs": [
[
"==",
"2.2.2"
]
]
},
{
"name": "zipp",
"specs": [
[
"==",
"3.20.0"
]
]
}
],
"lcname": "querycommander"
}