Skip to content

Type Method

queryValue(_:)

Since Value conforms to Codable, the default encoding for any QueryableProperty’s value is as a query placeholder and associated parameter binding (bindings are sent to a database driver encoded via Encodable). See DatabaseQuery.Value for more details on possible alternative encodings.
static func queryValue(_ value: Self.Value) -> DatabaseQuery.Value