postgres

package module
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: May 11, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(ctx context.Context, instanceName string, connString string) (frags.ToolsCollection, error)

Types

type ColumnSchema

type ColumnSchema struct {
	ColumnName string `json:"column_name"`
	DataType   string `json:"data_type"`
}

type DbCollection

type DbCollection struct {
	fragsfunctions.BasicCollection
	// contains filtered or unexported fields
}

type TableSchema

type TableSchema struct {
	Columns []ColumnSchema
}

Jump to

Keyboard shortcuts

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