package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Mar 9, 2026
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var DatabasesCmd = &cobra.Command{
Use: "databases",
Short: "Manage databases",
Long: `List, create, update, and delete Appwrite databases.`,
}
DatabasesCmd manages databases
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.