postgres

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexAction

type IndexAction actions.Action

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct{})

PostgreSQL连接信息

type TestAction

type TestAction actions.Action

func (*TestAction) RunPost

func (this *TestAction) RunPost(params struct {
	DBType     string `alias:"dbType"`
	Addr       string
	Username   string
	Password   string
	DBName     string `alias:"dbName"`
	AutoCreate bool
})

测试数据库

type UpdateAction

type UpdateAction actions.Action

func (*UpdateAction) RunGet

func (this *UpdateAction) RunGet(params struct {
	Action string
})

修改界面

func (*UpdateAction) RunPost

func (this *UpdateAction) RunPost(params struct {
	Addr     string
	Username string
	Password string
	DBName   string `alias:"dbName"`
	Must     *actions.Must
})

保存修改

Jump to

Keyboard shortcuts

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