craftcms / query
Execute database queries from the Control Panel
Installs: 13 623
Dependents: 1
Suggesters: 0
Security: 0
Stars: 15
Watchers: 5
Forks: 2
Open Issues: 12
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0-RC3|^5.0.0-beta.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- 3.x-dev
- 3.1.0
- 3.0.0
- v2.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-dependabot/composer/craftcms/cms-4.4.6.1
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/lodash-and-gulp-4.17.21
- dev-dependabot/npm_and_yarn/minimatch-and-gulp-3.1.2
- dev-snyk-upgrade-7da2aa6f5208228b01da4cd6eeda054c
- dev-snyk-upgrade-594a9930735068d40497ead2c5cb2792
- dev-snyk-fix-faa8ca514dd7a0972ba42a2c85608897
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/acorn-5.7.4
- dev-dependabot/npm_and_yarn/extend-3.0.2
This package is auto-updated.
Last update: 2024-10-20 00:34:34 UTC
README
This plugin lets users execute SQL queries and view their results in Craft CMS.
WARNING: This plugin is for development purposes only and should not be installed in a production environment.
Requirements
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s control panel and search for “Query”. Then press Install in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require craftcms/query # tell Craft to install the plugin ./craft install/plugin query
Usage
Execute SQL queries by navigating to Utilities → Query in the control panel.