Datastores are services with type-specific lifecycle. The service API exposes database information, backups, snapshots, schedules, recovery configuration, and a read-only data browser.
Ask AI about this page
Data browser
The browser exposes table and row inspection paths. It is intentionally not an advanced write-capable SQL console. Use your normal database tooling for complex administration and keep high-risk data mutations outside casual control-plane browsing.
Links to applications
Link an application to its datastore and use generated connection data through managed variables where possible. This keeps topology visible to the platform and reduces hard-coded host/port configuration.