package
0.5.0
Repository: https://github.com/southernlabs-io/go-fw.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author
Encoder is a PartiQL encoder that can be configured.

# 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.