Skip to content

Commit 796ea93

Browse files
authored
feat: add DB Mover project (#382)
- Add DB Mover to the project directory with repository metadata. - Include project description and author attribution.
1 parent 2ed11b4 commit 796ea93

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

data/projects.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,17 @@
575575
}
576576
]
577577
},
578+
{
579+
"name": "DB Mover",
580+
"repoUrl": "https://github.com/JC-Coder/db-mover",
581+
"description": "An open-source tool for simplifying database migrations across providers without manual dump handling or connection string wrestling.",
582+
"authors": [
583+
{
584+
"name": "@jc_coder1",
585+
"link": "https://twitter.com/jc_coder1"
586+
}
587+
]
588+
},
578589
{
579590
"name": "DevDb",
580591
"repoUrl": "https://github.com/damms005/devdb-vscode",

0 commit comments

Comments
 (0)