Skip to content

Instance Method

uninstall(customFunction:)

Uninstall the provided SQLiteCustomFunction from the connection.
func uninstall(customFunction: SQLiteCustomFunction) -> EventLoopFuture<Void>

Parameters

customFunction

The function to remove.

Return Value

A future indicating completion of the uninstall operation.