schema

package
v0.0.0-...-b7c798b Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	Name string
	Type string
	Tag  string
}

Field represents a column of database

type Schema

type Schema struct {
	Model      any
	Name       string
	Fields     []*Field
	FieldNames []string
	// contains filtered or unexported fields
}

Schema represents a table of database

func Parse

func Parse(dest any, d dialect.Dialect) *Schema

Parse 函数,将任意的对象解析为 Schema 实例

func (*Schema) GetField

func (s *Schema) GetField(name string) *Field

func (*Schema) RecordValues

func (s *Schema) RecordValues(dest any) []any

Jump to

Keyboard shortcuts

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