Method: iasql_install
Method to install the IaSQL modules provided by the engine
Returns following columns:
- module_name: Name of the module that was installed
- created_table_name: Name of the associated table that was created
- record_count: Total of registers added
Accepts the following parameters:
- list of modules to install
Example
SELECT * FROM iasql_install('aws_ec2');
See
https://iasql.com/docs/module/