Skip to main content

MODULE LIST

Syntax

MODULE LIST

Module

admin

Categories

admin dangerous fast

Description

List all the modules that are currently loaded in the server/instance.

Examples

List all the modules that are currently loaded in the instance:

db, err := sugardb.NewSugarDB()
if err != nil {
log.Fatal(err)
}
modules := db.ListModules()