Skip to content

Commit 08ac49c

Browse files
author
SPRINX0\prochazka
committed
fixes
1 parent 4e8fd43 commit 08ac49c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/data-tools/data-deployer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Data deployer
33
weight: 2
44
---
55

6-
## Data deployer
76
With data deployer, you could visually compare and sycnhronize your data in **archive folders** with **real database**
87
![DbGate data duplicator screenshot](https://media.dbgate.io/img/data-deployer-light.png)
98

content/data-tools/data-replicator.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ title: Data replicator
33
weight: 3
44
---
55

6-
## Data replicator
76
Data replicator could synchronize your data in NDJSON files (data archives) with real database. It preserves relationships. Synchronization is one-way, from data archive data into database.
87

9-
Data replicator is executed from [Data deployer][data-deployer]
8+
Data replicator is executed from [Data deployer](data-deployer)
109

1110
### What means to preserve relationship?
1211

1312
References are defined by foreign and primary keys. These values could be different in database and in archive, but replicator could preserve relationships between entities.
1413

14+
We will show this on two related tables - Album and Track.
15+
1516
```mermaid
1617
erDiagram
1718
ALBUM ||--|{ TRACK : contains

0 commit comments

Comments
 (0)