diff --git a/data/projects.json b/data/projects.json index 352095e2..a5de2543 100644 --- a/data/projects.json +++ b/data/projects.json @@ -575,6 +575,17 @@ } ] }, + { + "name": "DB Mover", + "repoUrl": "https://github.com/JC-Coder/db-mover", + "description": "An open-source tool for simplifying database migrations across providers without manual dump handling or connection string wrestling.", + "authors": [ + { + "name": "@jc_coder1", + "link": "https://twitter.com/jc_coder1" + } + ] + }, { "name": "DevDb", "repoUrl": "https://github.com/damms005/devdb-vscode",