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