Skip to content

Instance Method

install(customFunction:)

Install the provided SQLiteCustomFunction on the connection.
func install(customFunction: SQLiteCustomFunction) async throws

Parameters

customFunction

The function to install.