database

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Column

type Column struct {
	Name           flect.Ident
	ColType        string
	Nullable       bool
	Default        nulls.String
	Unique         bool
	Primary        bool
	IsSequence     bool
	SequenceSuffix string
}

TODO implement default and unique

type Table

type Table struct {
	Columns []Column
	Name    flect.Ident
}

Jump to

Keyboard shortcuts

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