An application developer needs to create a SQL adapter, with the name MyAdapter, to retrieve and update data in the database.
Using the Command Line Interface tool, what command should the application developer use to create the SQL adapter?
The add adapter command creates a new adapter, which is generated into the adapters folder of the current project.
Syntax: ADD ADAPTER add adapter [<name> --type|-t
Where
References: https://www.ibm.com/support/knowledgecenter/SSZH4A_6.2.0/com.ibm.worklight.dev.doc/dev/ r_wl_cli_options.html
Currently there are no comments in this discussion, be the first to comment!