Reference FQL API reference Bytes Bytes Bytes methods and properties. Description Bytes methods let you create and manipulate FQL Bytes values. A Bytes value stores a byte array, represented as a Base64-encoded string. You can use Bytes to store binary data in a Fauna database. Static methods Method Description Bytes() Convert a Base64-encoded string to an FQL Bytes value. Bytes.fromBase64() Convert a Base64-encoded string to an FQL Bytes value. Instance methods Method Description bytes.toBase64() Convert an FQL Bytes value to a Base64-encoded string. bytes.toString() Convert an FQL Bytes value to a Base64-encoded string. where() Bytes()