Instance Method
encode(_:)
Convert the given
Encodable value to an SQLiteData value, if possible.func encode(_ value: any Encodable) throws -> SQLiteData
Parameters
valueThe value to convert.
Return Value
A converted SQLiteData value, if successful.