Skip to content

Instance Method

install(customFunction:)

Install the provided SQLiteCustomFunction on the connection.
func install(customFunction: SQLiteCustomFunction) -> EventLoopFuture<Void>

Parameters

customFunction

The function to install.

Return Value

A future indicating completion of the install operation.