Create a new Serverless SQL Database. You must provide the following
parameters: organization_id
, project_id
, name
, cpu_min
, cpu_max
.
You can also provide from_backup_id
to create a database from a backup.
The request CreateDatabaseRequest
A Promise of Database
Delete a database. Deletes a database. You must provide the database_id
parameter. All data stored in the database will be permanently deleted.
The request DeleteDatabaseRequest
A Promise of Database
Export a database backup. Export a database backup providing a download
link once the export process is completed. You must provide the backup_id
parameter.
The request ExportDatabaseBackupRequest
A Promise of DatabaseBackup
Get a database information. Retrieve information about your Serverless SQL
Database. You must provide the database_id
parameter.
The request GetDatabaseRequest
A Promise of Database
Get a database backup information. Retrieve information about your
Serverless SQL Database backup. You must provide the backup_id
parameter.
The request GetDatabaseBackupRequest
A Promise of DatabaseBackup
List your Serverless SQL Database backups. List all Serverless SQL Database backups for a given Scaleway Project or Database. By default, the backups returned in the list are ordered by creation date in descending order, though this can be modified via the order_by field.
The request ListDatabaseBackupsRequest
A Promise of ListDatabaseBackupsResponse
List your Serverless SQL Databases. List all Serverless SQL Databases for a
given Scaleway Organization or Scaleway Project. By default, the databases
returned in the list are ordered by creation date in ascending order,
though this can be modified via the order_by field. For the name
parameter, the value you include will be checked against the whole name
string to see if it includes the string you put in the parameter.
The request ListDatabasesRequest
A Promise of ListDatabasesResponse
Restore a database from a backup. Restore a database from a backup. You
must provide the backup_id
parameter.
The request RestoreDatabaseFromBackupRequest
A Promise of Database
Update database information. Update CPU limits of your Serverless SQL
Database. You must provide the database_id
parameter.
The request UpdateDatabaseRequest
A Promise of Database
Waits for Database to be in a final state.
The request GetDatabaseRequest
Optional
options: Readonly<WaitForOptions<ServerlessSQLDB.v1alpha1.Database>>The waiting options
A Promise of Database
Serverless SQL Databases API.
This API allows you to manage your Serverless SQL Databases.