{"id":22933612,"url":"https://github.com/cloudfy/datavoyager","last_synced_at":"2025-06-12T21:08:19.716Z","repository":{"id":267256165,"uuid":"900676941","full_name":"cloudfy/DataVoyager","owner":"cloudfy","description":"Datamigration CLI tool for SQL server. Support exporting and imports databases from Azure SQL and SQL Standalone.","archived":false,"fork":false,"pushed_at":"2024-12-09T13:12:59.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T11:53:51.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/cloudfy.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}},"created_at":"2024-12-09T09:11:24.000Z","updated_at":"2024-12-09T13:13:03.000Z","dependencies_parsed_at":"2024-12-09T10:29:04.943Z","dependency_job_id":"d23047e2-5836-4cef-bf63-e6afcb77990e","html_url":"https://github.com/cloudfy/DataVoyager","commit_stats":null,"previous_names":["cloudfy/datavoyager"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfy%2FDataVoyager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfy%2FDataVoyager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfy%2FDataVoyager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfy%2FDataVoyager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfy","download_url":"https://codeload.github.com/cloudfy/DataVoyager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690443,"owners_count":20818325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-14T11:32:27.288Z","updated_at":"2025-04-01T18:26:53.124Z","avatar_url":"https://github.com/cloudfy.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataVoyager\nDatamigration CLI tool for SQL server. Support exporting and imports databases from Azure SQL and SQL Standalone.\n\n## Usage\n\n### Export\nExports a database to a DVO file.\n\n```bash\ndvcli export \\\n  --output \"c:\\temp\\export.dvo\" \\\n  --connection \"Server=(azureserver).database.windows.net;Authentication=Active Directory Interactive;Encrypt=True;Database=(database)\" \\\n  --ignore \"MyTable\"\n```\n\n**Options**\n\n| parameter | description |\n| - | - |\n| output | File name. |\n| connection | Connection-string to the database. |\n| ignore | Comma-seperated list of tables to ignore. |\n\n### Import\nImports a DVO file to a database.\n\n```bash\ndvcli import \\\n  --file \"c:\\temp\\export.dvo\" \\\n  --connection \"Server=.\\SQLExpress;Trusted_Connection=True;TrustServerCertificate=true;Database=(database)\" \\\n```\n\n**Options**\n\n| parameter | description |\n| - | - |\n| file | File name. |\n| connection | Connection-string to the database. |\n\nGet connection string from https://www.connectionstrings.com/.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfy%2Fdatavoyager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfy%2Fdatavoyager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfy%2Fdatavoyager/lists"}