models

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Connection

type Connection struct {
	Name     string
	Provider string
	DBName   string
	URL      string
}

type ConnectionPages

type ConnectionPages struct {
	*tview.Flex
	*tview.Pages
}

type DatabaseTableColumn added in v0.1.8

type DatabaseTableColumn struct {
	Field   string
	Type    string
	Null    string
	Key     string
	Default string
	Extra   string
}

type DbDmlChange

type DbDmlChange struct {
	Type                 string
	Table                string
	Column               string
	Value                string
	PrimaryKeyColumnName string
	PrimaryKeyValue      string
	Option               int
}

type DbInsert

type DbInsert struct {
	Table           string
	Columns         []string
	Values          []string
	Option          int
	PrimaryKeyValue uuid.UUID
}

type StateChange

type StateChange struct {
	Value interface{}
	Key   string
}

Jump to

Keyboard shortcuts

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