Instance Method
install(customFunction:)
Install the provided
SQLiteCustomFunction on the connection.func install(customFunction: SQLiteCustomFunction) -> EventLoopFuture<Void>
Parameters
customFunctionThe function to install.
Return Value
A future indicating completion of the install operation.