Skip to content

Commit d19cd16

Browse files
committed
docs: update use cases
1 parent 10845b2 commit d19cd16

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

content/docs/introduction/use-cases.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: Use Cases
33
description: The common use cases Engineering teams use Bytebase.
44
---
55

6-
Bytebase provides a centralized database development portal for Developers/DBAs/Platform Engineers to collaborate on database-related tasks. This page lists the common Bytebase use cases.
6+
Bytebase provides a centralized database development portal for the Developer, Security, DBA and platform engineering teams to collaborate on database-related tasks. This page lists the common Bytebase use cases.
7+
8+
## Database Change Automation
9+
10+
Similar to how GitLab/GitHub streamlines the code delivery, Bytebase streamlines the database change deployment from the non-prod environment all the way to the prod environment. Bytebase also supports GitOps with [built-in VCS integration](/docs/vcs-integration/overview) and custom CI integration via [API](/docs/api/overview/).
711

812
## Database Security
913

@@ -14,13 +18,13 @@ Organizations want to limit database access and enforce approval flow to conform
1418
- [Watermark](/docs/security/watermark)
1519
- [Audit Log](/docs/security/audit-log)
1620

17-
## Multi-Database Management
21+
## Grant Temporary Database Permissions
1822

19-
Organizations normally have more than one database system for managing OLTP and OLAP workload. Bytebase supports all [mainstream databases](/docs/introduction/supported-databases).
23+
You can grant temporary database permissions to the users when they need to troubleshoot. Users can self-request the permission via the Bytebase UI or it can be integrated into the existing GitOps flow.
2024

21-
## Database Change Automation
25+
## Multi-Database Management
2226

23-
Similar to how GitLab/GitHub streamlines the code delivery, Bytebase streamlines the database change deployment from the non-prod environment all the way to the prod environment. Bytebase also supports GitOps with [built-in VCS integration](/docs/vcs-integration/overview) and custom CI integration via [API](/docs/api/overview/).
27+
Organizations normally have more than one database system for managing OLTP and OLAP workload. Bytebase supports all [mainstream databases](/docs/introduction/supported-databases).
2428

2529
## Schema Enforcement
2630

0 commit comments

Comments
 (0)