Skip to content

Instance Method

encode(_:)

Convert the given Encodable value to an SQLiteData value, if possible.
func encode(_ value: any Encodable) throws -> SQLiteData

Parameters

value

The value to convert.

Return Value

A converted SQLiteData value, if successful.