Skip to content

Commit 0a38771

Browse files
committed
Readme layout fixes
1 parent f89ee59 commit 0a38771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Database Lab - thin database clones for faster development
22

33
<img src="./assets/db-lab.png" align="right" border="0" />
4+
45
Database Lab Engine is an opens-source technology that allows blazing-fast cloning of Postgres databases of any size in seconds. This helps solve many problems such as:
56
- help build dev/QA/staging environments involving full-size production-like databases,
6-
- provide temporary full-size database clones for SQL query analysis optimization (see
7-
[Joe bot](https://gitlab.com/postgres-ai/joe)),
7+
- provide temporary full-size database clones for SQL query analysis optimization (see [Joe bot](https://gitlab.com/postgres-ai/joe)),
88
- automatically verify database migrations (DB schema changes) and massive data operations to avoid downtime and performance bottlenecks.
99

1010
As an example, cloning of 10 TiB PostgreSQL database takes less than 2 seconds.
@@ -22,8 +22,8 @@ However, nowadays, not many open-source projects are hosted at GitLab.com unfort
2222

2323
## Engine setup
2424
See Database Lab tutorials:
25-
- [Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
26-
- [Database Lab tutorial for any PostgreSQL database](https://postgres.ai/docs/tutorials/database-lab-tutorial).
25+
- [Database Lab tutorial for Amazon RDS](https://postgres.ai/docs/tutorials/database-lab-tutorial-amazon-rds),
26+
- [Database Lab tutorial for any PostgreSQL database](https://postgres.ai/docs/tutorials/database-lab-tutorial).
2727

2828
For stable Docker images see [postgresai/dblab-server](https://hub.docker.com/repository/docker/postgresai/dblab-server) repository on DockerHub.
2929

0 commit comments

Comments
 (0)