Versions in this module Expand all Collapse all v0 v0.2.0 Aug 25, 2022 v0.1.0 Jul 13, 2022 Changes in this version + func New() (interface{}, error) + type ConnectionParameters struct + Database string + Organization string + type Planetscale struct + func (c Planetscale) Close() error + func (c Planetscale) Connection(ctx context.Context) (*planetscale.Client, error) + func (c Planetscale) Init(ctx context.Context, conf map[string]interface{}, verifyConnection bool) (map[string]interface{}, error) + func (p *Planetscale) DeleteUser(ctx context.Context, req dbplugin.DeleteUserRequest) (dbplugin.DeleteUserResponse, error) + func (p *Planetscale) Initialize(ctx context.Context, req dbplugin.InitializeRequest) (dbplugin.InitializeResponse, error) + func (p *Planetscale) NewUser(ctx context.Context, req dbplugin.NewUserRequest) (dbplugin.NewUserResponse, error) + func (p *Planetscale) Type() (string, error) + func (p *Planetscale) UpdateUser(ctx context.Context, req dbplugin.UpdateUserRequest) (dbplugin.UpdateUserResponse, error)