databases

package
v0.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DatabasesCmd = &cobra.Command{
	Use:   "databases",
	Short: "Manage databases",
	Long:  `List, create, update, and delete Appwrite databases.`,
}

DatabasesCmd manages databases

Functions

This section is empty.

Types

type DatabaseInfo

type DatabaseInfo struct {
	ID        string `json:"$id"`
	Name      string `json:"name"`
	Enabled   bool   `json:"enabled"`
	CreatedAt string `json:"$createdAt,omitempty"`
	UpdatedAt string `json:"$updatedAt,omitempty"`
}

Jump to

Keyboard shortcuts

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