Add database connection post

This commit is contained in:
Marcelo Boeira
2022-01-18 09:23:23 +01:00
parent 66931d74cd
commit a2c91914c0
3 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ graph TD
DBT --> DBTS[Scaling]
DBT --> DBTR[Replication]
DBT --> DBTX[Sharding]
DBT --> DBTO[Operating]
DB --> SQL[SQL]
SQL --> rSQL[Row-oriented]
rSQL --> PgSQL