Skip to content

Commit f8697b4

Browse files
authored
Merge pull request #6 from NomadRazor/multi-repo
Multi repo + import/export
2 parents 7c152c7 + 0b69057 commit f8697b4

File tree

10 files changed

+10533
-6355
lines changed

10 files changed

+10533
-6355
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ An Open Source alternative to dbdiagram.io, aiming to have the same basic featur
55

66
## Forked Info
77

8+
#### Actual docker version: 2.4.2
9+
810
+ 1. Crappy auto-layout algorithm
911
+ 2. Remote S3 repository
1012
+ 3. Repaired bug correct redrawing after changing the file
1113
+ 4. Repaired bug droping "text" field in localStorage when selecting another clean file
12-
+ 5. Docker image: docker pull nomadshub/dbdiagrams-oss-wrep:2.3.7
14+
+ 5. Docker image (single folder in S3 repo): docker pull nomadshub/dbdiagrams-oss-wrep:2.3.7
15+
+ 6. Docker image (multiple folders in S3 repo): docker pull nomadshub/dbdiagrams-oss-wrep:2.4.0
1316

1417
### Sep.23 update
1518
+ 6. Notifications for repository actions
@@ -36,6 +39,13 @@ An Open Source alternative to dbdiagram.io, aiming to have the same basic featur
3639
+ 22. Fix table header color reshuffle when changing the code
3740
+ 23. Fix table positioning when changeing table ordering in code
3841

42+
## Publish v2.4.0
43+
44+
### Mar.24 update
45+
+ 24. Added multiple folders support for S3 repo
46+
+ 25. Added export to DBML, SQL (Postgres, MSSQL, MySQL)
47+
+ 26. Added import from SQL (Postgres)
48+
3949
## Architecture - Solution
4050

4151
![Arch](https://raw.githubusercontent.com/NomadRazor/dbdiagram-oss-wrep/master/.github/media/arch.png)

0 commit comments

Comments
 (0)