{"id":23109501,"url":"https://github.com/msadeqsirjani/schemadiff","last_synced_at":"2026-04-18T02:33:00.285Z","repository":{"id":142797968,"uuid":"400538636","full_name":"msadeqsirjani/SchemaDiff","owner":"msadeqsirjani","description":"Script and create SQL Server objects quickly","archived":false,"fork":false,"pushed_at":"2021-12-14T06:05:54.000Z","size":184,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-08T05:44:58.605Z","etag":null,"topics":["c-sharp","database","mssql","schema","version-control"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msadeqsirjani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-27T14:37:12.000Z","updated_at":"2023-02-05T05:49:37.000Z","dependencies_parsed_at":"2023-05-31T06:15:45.208Z","dependency_job_id":null,"html_url":"https://github.com/msadeqsirjani/SchemaDiff","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/msadeqsirjani/SchemaDiff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FSchemaDiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FSchemaDiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FSchemaDiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FSchemaDiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msadeqsirjani","download_url":"https://codeload.github.com/msadeqsirjani/SchemaDiff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msadeqsirjani%2FSchemaDiff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31953784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","database","mssql","schema","version-control"],"created_at":"2024-12-17T01:36:52.378Z","updated_at":"2026-04-18T02:33:00.280Z","avatar_url":"https://github.com/msadeqsirjani.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Schema Diff - Script and create SQL Server objects quickly\n\n## Schema Diff has three main commands:\n\n### SCRIPT\n```bash\nSchemaDiff.exe script --server localhost --database db --scriptDir c:\\somedir\n```\n\nThis will generate sql scripts for all objects in the database in a\ndirectory structure that looks something like:\n```\nc:\\somedir\\\n\tdata\n\tforeign_keys\n\tprocedures\n\ttables\n\tviews\n\tprops.sql\n\tschemas.sql\n```\n\n### CREATE\n```bash\nSchemaDiff.exe create --server localhost --database db --scriptDir c:\\somedir\n```\n\nThis will create a database named db from the sql scripts in c:\\somedir.\n\n\n### COMPARE\n```bash\nSchemaDiff.exe compare --source \"server=dev;database=db;user id=###;password=###\" --target \"server=qa;database=db;user id=###;password=###\" --outFile diff.sql\n```\n\nThis will compare the databases named `db` between `dev` and `qa` and\ncreate a sql script called `diff.sql` that can be run on `qa` to make it's\nschema identical to `dev`.\n\nSee ```SchemaDiff.exe help [command]``` for more information and options on each command.\n\n## DOWNLOAD\nThe latest release can be downloaded [here](https://github.com/msadeqsirjani/SchemaDiff/releases)\n\n## CONTRIBUTING\nPull requests are welcome and appreciated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsadeqsirjani%2Fschemadiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsadeqsirjani%2Fschemadiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsadeqsirjani%2Fschemadiff/lists"}