Instance Method
install(customFunction:)
Install the provided
SQLiteCustomFunction on the connection.func install(customFunction: SQLiteCustomFunction) async throws
Parameters
customFunctionThe function to install.