iasql
iasql copied to clipboard
How-to guide to install all AWS modules
This might change with multi-region
The idea is a "How-to" guide with just the SQL to install all modules or it makes sense to create a guide on how to manage modules in general? Showing the iasql_modules_list()
, iasql_modules_installed()
, iasql_install()
and iasql_uninstall()
methods?
I leave here the query to install/uninstall all modules: select * from iasql_install(variadic array(select module_name from iasql_modules_list()))
Yes! Though I think @dfellis had something in mind to make the query even simpler?
Closed in favor of https://github.com/iasql/dashboard/issues/280