Documentation
¶
Overview ¶
Package json provides functionality for formatting database schemas as JSON.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Target ¶
type Target struct {
}
Target implements the schema formatting and rendering functionality for JSON format.
func (*Target) Capabilities ¶
func (t *Target) Capabilities() dberd.TargetCapabilities
Capabilities returns target capabilities.
func (*Target) FormatSchema ¶
FormatSchema converts a database schema into a JSON-formatted representation. It returns a FormattedSchema containing the JSON data and format type.
func (*Target) RenderSchema ¶
RenderSchema is unsupported for json target.
Click to show internal directories.
Click to hide internal directories.