# Functions
Marshal returns the PartiQL encoding of v using a default encoder.
NewEncoder returns a new PartiQL encoder with default settings.
No description provided by the author
# Variables
DefaultTimeMarshaler converts a time.Time into a string using the RFC3339Nano format.
# Interfaces
Marshaler is the interface implemented by objects that can marshal themselves into PartiQL.
# Type aliases
TimeMarshaler is a function that can be used to encode time.Time values into another go value to be converted into PartiQL.