Run npm install
in the repo directory.
To pre-load form fields, create a dqlrunner.json
file in the project directory with the following structure:
{
"cwd": "<path to symfony project>",
"dql": "<dql query>",
"opt": "<doctrine options>"
}
All properties are optional.
Run npm start
in the repo directory.
-
Enter the project directory where your Symfony/Doctrine project lives.
-
Enter the DQL query to be executed.
-
Change DQL options (if necessary).
[--hydrate HYDRATE]
[--first-result FIRST-RESULT]
[--max-result MAX-RESULT]
[--depth DEPTH]
[--show-sql]
[--em [EM]]
[-h|--help]
[-q|--quiet]
[-v|vv|vvv|--verbose]
[-V|--version]
[--ansi]
[--no-ansi]
[-n|--no-interaction]
[-s|--shell]
[--process-isolation]
[-e|--env ENV]
[--no-debug]
-
Click the "Query..." button.