Manage Datasources
There are three commands to manage datasources.
List all datasources
To receive the data back as JSON, use the --JSON
flag.
Edit an existing or create a new datasource
Add a new datasource or update an existing datasource. Existing datasources will be matched based on the name. Valid dbdriver options are
MSSQL -- SQL Server driver
MSSQL2 -- jTDS driver
PostgreSql
Oracle
Other -- Custom JDBC URL
MySQL
Delete a datasource
Identify the datasource uniquely by the name.
Last updated