Skip to main content
Prints a table with the name, ID, engine type, allocated memory and cluster of every database in your account. db also has a database alias, so any squarecloud db ... command below also works as squarecloud database ....
squarecloud db list
# Lists all your databases.
squarecloud database list
# "database" is an alias for "db".
squarecloud db list --json
# Prints the raw database list as JSON.
Use squarecloud db list --help for more information about this command.