dot

package
v0.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2018 License: MIT Imports: 7 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Assets = assets.NewFileSystem(map[string][]string{"/": []string{"schema.dot.tmpl", "table.dot.tmpl"}}, map[string]*assets.File{
	"/": &assets.File{
		Path:     "/",
		FileMode: 0x800001ed,
		Mtime:    time.Unix(1530370605, 1530370605000000000),
		Data:     nil,
	}, "/schema.dot.tmpl": &assets.File{
		Path:     "/schema.dot.tmpl",
		FileMode: 0x1a4,
		Mtime:    time.Unix(1530370605, 1530370605000000000),
		Data:     []byte(_Assets21532ae17ad95976ac467eeaeab81f2bb1d537e4),
	}, "/table.dot.tmpl": &assets.File{
		Path:     "/table.dot.tmpl",
		FileMode: 0x1a4,
		Mtime:    time.Unix(1530370605, 1530370605000000000),
		Data:     []byte(_Assets5bd148e6149bb9adcdddfcf8cc46d6e3047dbe26),
	}}, "")

Assets returns go-assets FileSystem

Functions

func OutputSchema added in v0.6.0

func OutputSchema(wr io.Writer, s *schema.Schema) error

OutputSchema generate dot format for full relation.

func OutputTable added in v0.6.0

func OutputTable(wr io.Writer, t *schema.Table) error

OutputTable generate dot format for table.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL