package db
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/db"
Index ¶
Types ¶
type Connection ¶
type Connection interface { grpc.ClientConnInterface closer.Closer // Endpoint returns initial endpoint Endpoint() string // Name returns database name Name() string // Secure returns true if database connection is secure Secure() bool }
func New ¶
Source Files ¶
- Version
- v3.7.2
- Published
- Jan 17, 2022
- Platform
- linux/amd64
- Imports
- 14 packages
- Last checked
- 7 minutes ago –
Tools for package owners.