For the complete documentation index, see llms.txt. This page is also available as Markdown.

DBUser

Properties

Name
Type
Description
Notes

username

String

The username for the initial PostgreSQL user. Some system usernames are restricted (e.g. "postgres", "admin", "standby").

password

String

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::DBUser.new(
  username: db-admin,
  password: password123
)

Last updated