Documentation ¶
Overview ¶
Package print provides helper package to print objects.
Index ¶
- func JSON(w io.Writer, value any) error
- func Object(w io.Writer, format string, value any) error
- func Print(w io.Writer, value any)
- func SchemaForeingKeys(w io.Writer, r schema.ForeignKeys)
- func SchemaIndexes(w io.Writer, r schema.Indexes)
- func SchemaTable(w io.Writer, r *schema.Table)
- func SchemaTables(w io.Writer, r schema.Tables)
- func Yaml(w io.Writer, value any) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SchemaForeingKeys ¶
func SchemaForeingKeys(w io.Writer, r schema.ForeignKeys)
SchemaForeingKeys prints schema.ForeingKeys
func SchemaIndexes ¶ added in v0.13.1
SchemaIndexes prints schema.Indexes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.