Database
Learn how to create and manage database in Andasy.
The database
command is used for managing database services within Andasy. It allows you to provision and control supported databases as part of your application infrastructure.
Currently, the following database engines are supported:
- PostgreSQL — Manage PostgreSQL as a service in your apps
More database engines will be supported in future versions of Andasy.
Usage
andasy database
You can also use any of the following aliases:
- db
- database
To view help for this command:
andasy database -h