DB.LoadExtension¶ Name Mandatory Description Default Type ⬅️ Input The input of the shard, if any Any Output ➡️ The resulting output of the shard Any Path No The path to the extension to load. my-extension StringVar(String) Database No The sqlite database filename. If left empty, it will first check for an exposed variable named 'sqlite/database', and if that doesn't exist, it will use 'shards.db' as the default. none NoneStringVar(String) EntryPoint No The entry point of the extension. none StringVar(String)None ReadOnly No If true, the database will be opened in read only mode. false BoolVar(Bool)