typeorm query <query>
Executes given SQL query on a default connection
Arguments
| Name | Description |
|---|---|
query | The SQL Query to run |
Options
| Name | Description |
|---|---|
--help | Show help for command |
-c, --connection <connection> | Name of the connection on which to run a query |
-f, --config <file> | Name of the file with connection configuration |
-v, --version | Show the version |