surveilr_ensure_extension()

Ensures that specific SQLite extensions are loaded into the current connection.Dynamically loads extensions if they are not already available.

Introduced in version 1.5.3.

Parameters

ext1

`String` - The name or path of the first extension to load.

ext2

`String` (optional) - The name or path of the second extension to load.