Movatterモバイル変換


[0]ホーム

URL:


sqldb

package
v0.9.0Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2025 License:MITImports:2Imported by:0

Details

Repository

github.com/stripe/pg-schema-diff

Links

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

typeQueryable

type Queryable interface {ExecContext(context.Context,string, ...interface{}) (sql.Result,error)PrepareContext(context.Context,string) (*sql.Stmt,error)QueryContext(context.Context,string, ...interface{}) (*sql.Rows,error)QueryRowContext(context.Context,string, ...interface{}) *sql.Row}

Queryable represents a queryable database. It is recommended to use *sql.DB or *sql.Conn.In a future major version update, we will probably deprecate *sql.Conn support and only support *sql.DB.Alternatively, we might only support *sql.Conn or *sql.DB.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp