Skip to content

Commit 8c10eb8

Browse files
authored
grammar fixes
1 parent a5c3149 commit 8c10eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
## Overview
66
This GitHub action tests database schema changes (DB migrations) automatically using thin clones of large databases provided by Database Lab Engine (DLE).
77

8-
[**Database Lab Engine**](https://postgres.ai/docs/database-lab) is an open-source technology which is a core component of the Database Lab Platform. It is used to build powerful, state-of-the-art development and testing environments, based on a simple idea: with modern thin cloning technologies, it becomes possible to iterate 100x faster in development and testing. It is extremely helpful for larger or small but very agile teams that want to achieve high development velocity and the most competitive "time to market" characteristics, and save budgets on non-production infrastructure.
8+
[**Database Lab Engine**](https://postgres.ai/docs/database-lab) is an open-source technology that is a core component of the Database Lab Platform. It is used to build powerful, state-of-the-art development and testing environments, based on a simple idea: with modern thin cloning technologies, it becomes possible to iterate 100x faster in development and testing. It is extremely helpful for larger or small but very agile teams that want to achieve high development velocity and the most competitive "time to market" characteristics and save budgets on non-production infrastructure.
99

1010
[**Database Lab DB Migration Checker**](https://postgres.ai/docs/db-migration-checker) is a DLE's component that enables integration with CI/CD tools to automatically test migrations in CI/CD pipelines.
1111

1212
## Key features
1313
- **Automated:** DB migration testing in CI/CD pipelines
14-
- **Realistic:** test results are realistic because real or close-to-real (the same size but no personal data) databases are used, thin-cloned in seconds and destroyed after testing is done
15-
- **Fast and inexpensive:** a single machine with single disk can operate dozens of independent thin clones
14+
- **Realistic:** test results are realistic because real or close-to-real (the same size but no personal data) databases are used, thin-cloned in seconds, and destroyed after testing is done
15+
- **Fast and inexpensive:** a single machine with a single disk can operate dozens of independent thin clones
1616
- **Well-tested DB changes to avoid deployment failures:** DB Migration Checker automatically detects (and prevents!) long-lasting dangerous locks that could put your production systems down
1717
- **Secure**: DB Migration Checker runs all tests in a secure environment: data cannot be copied outside the secure container
1818
- **Lots of useful data points**: Collect useful artifacts (such as `pg_stat_***` system views) and use them to empower your DB changes review process

0 commit comments

Comments
 (0)