package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Row interface {
Scan(dest ...any) error
}
type SQL interface {
Exec(ctx context.Context, query string, args ...any) (Result, error)
Query(ctx context.Context, query string, args ...any) (Rows, error)
QueryRow(ctx context.Context, query string, args ...any) (Row, error)
Tx(ctx context.Context) (Tx, error)
Close() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.