planetscale

package
v1.10.2 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package planetscale provides database provisioning via the PlanetScale API. Note: PlanetScale provides MySQL-compatible databases.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client interacts with the PlanetScale API.

func New

func New(token, org string) *Client

New creates a new PlanetScale client.

func (*Client) CheckConnectivity

func (c *Client) CheckConnectivity(ctx context.Context) error

CheckConnectivity validates the API token by listing databases.

func (*Client) CreateDatabase

func (c *Client) CreateDatabase(ctx context.Context, name string) (*infra.DatabaseInfo, error)

CreateDatabase creates a new PlanetScale database and returns a connection URL.

Jump to

Keyboard shortcuts

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