You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/introduction/what-is-bytebase.md
+19-28Lines changed: 19 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,35 +9,19 @@ to be the GitLab/GitHub equivalent for **Database DevSecOps**, specifically buil
9
9
Bytebase is a **middleware** sitting between you and your database. It can be used in 2 ways:
10
10
11
11
-**GUI** - Bytebase provides a collaboration workspace for teams to manage database development tasks for all database systems.
12
-
-**API (headless)** - Bytebase can go headless. Teams can integrate [Bytebase API](/docs/api/overview/) into
13
-
their development workflow.
14
-
15
-

12
+
-**API (headless)** - Bytebase can go headless. Teams can leverage [Bytebase API](/docs/api/overview/) as the database operation backend and integrate with their own development workflow.
16
13
17
14
## 8-in-1
18
15
19
-
Bytebase is an all-in-one solution for database development lifecycle management. It replaces fragmented database tools and unifies the workflow in a single place. Check [all the tools Bytebase replaces](/blog/all-database-tools-bytebase-replaces).
Bytebase is an all-in-one solution for database development lifecycle management. It replaces fragmented database tools and unifies the workflow in a single place. Check [all the tools Bytebase replaces](/blog/all-database-tools-bytebase-replaces).
22
19
23
20
## Key Features
24
21
25
-
[SQL Review](/docs/sql-review/overview/)
26
-
27
-
Bytebase analyzes SQL changes to enforce rules in compliance with your organization's policy. The enforcement includes naming conventions, anti-SQL pattern detection and etc. Prod and non-prod environments can also enforce different rules respectively.
28
-
29
22
[Database CI/CD and Change Automation](/docs/change-database/change-workflow/)
30
23
31
-
Like code review, Bytebase streamlines the database change process. Within a single workflow, a database change can be reviewed and deployed from the dev environment all the way to the production environment.
Bytebase keeps the complete schema change history. It also integrates with VCS systems. Teams can manage the SQL migration scripts in the VCS and trigger schema deployment on code commit.
36
-
37
-
[Batch Change and Query](/docs/change-database/batch-change/)
38
-
39
-
Bytebase allows you to change a collection of databases in a single workflow. It also allows you to issue
40
-
a single query against multiple databases.
24
+
Like code review, Bytebase streamlines the database change process. Within a single workflow, a database change can be requested, reviewed, approved and deployed from the dev environment all the way to the production environment. It also supports [automated SQL Review](/docs/sql-review/overview/) and [GitOps (Database-as-Code)](/docs/vcs-integration/overview/).
41
25
42
26
[SQL Editor](/docs/sql-editor/overview/)
43
27
@@ -51,13 +35,18 @@ Bytebase provides a suite of features to enable organizations to enforce data se
51
35
52
36
Bytebase provides role-based multi-level masking policy with approval workflow to grant unmasked data access.
0 commit comments