Creates a new connection pool for a Vultr managed database to optimize database connections
The vultr-cli database connection-pool create
command creates a new connection pool for a Vultr managed database, allowing you to configure and optimize database connections.
$ vultr-cli database connection-pool create <Database ID> [flags]
Shorthand | Long Version | Description |
---|---|---|
-d | --database | database for the new managed database connection pool |
-m | --mode | mode for the new managed database connection pool |
-n | --name | name for the new managed database connection pool |
-s | --size | size for the new managed database connection pool |
-u | --username | username for the new managed database connection pool |
No comments yet.