postgresql

package
v0.2.21 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package postgresql contains code specific for PostgreSQL database.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetQueryAndArgs added in v0.1.0

func GetQueryAndArgs(request *api_service_protos.TDescribeTableRequest) (string, []any)

func NewSQLFormatter

func NewSQLFormatter() rdbms_utils.SQLFormatter

func NewTypeMapper

func NewTypeMapper() datasource.TypeMapper

Types

type Connection

type Connection struct {
	*pgx.Conn
	// contains filtered or unexported fields
}

func (Connection) Close

func (c Connection) Close() error

func (Connection) Query

func (c Connection) Query(ctx context.Context, query string, args ...any) (rdbms_utils.Rows, error)

Jump to

Keyboard shortcuts

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