Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mintlify/introduction/what-is-bytebase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Bytebase is the DevSecOps platform that sits between your team and your database

It's a unified platform specifically built for your **developer, security, DBA, and platform engineering teams** to collaborate. Its value becomes particularly critical as your organization grows, reducing the friction of managing a large number of databases and instances. Bytebase achieves this by consolidating two distinct workflows.

## Managing Schema Changes at Scale 🚀
## 🚀 Managing Schema Changes at Scale

This section covers how Bytebase makes all database changes safer and more efficient. By providing a structured process, it also enhances security by **eliminating the need for engineers to make direct changes against databases**. Bytebase supports two distinct workflows for schema changes:

Expand All @@ -24,7 +24,7 @@ In addition to these workflows, the platform provides overarching capabilities f

**1-Click DML Rollback**: Provides streamlined, 1-click rollback for data changes (DML), allowing for instant recovery from unintended UPDATE or DELETE statements.

## Governing Data Access at Scale 🛡️
## 🛡️ Governing Data Access at Scale

This workflow governs how your database data is accessed, replacing the need for disparate SQL clients and shared credentials.

Expand All @@ -36,7 +36,7 @@ This workflow governs how your database data is accessed, replacing the need for

In short, Bytebase unifies the process of **changing the database** with the **process of accessing its data**, giving you a single pane of glass for true database DevSecOps.

![venn](/content/docs/what-is-bytebase/venn.webp)
<img src="/content/docs/what-is-bytebase/venn.webp" alt="venn" width="300" />

## Compare

Expand Down