{"id":19657810,"url":"https://github.com/gdatasoftwareag/testcontainers-java-module-mssqlserver","last_synced_at":"2026-01-02T07:36:01.483Z","repository":{"id":89432642,"uuid":"95536881","full_name":"GDATASoftwareAG/testcontainers-java-module-mssqlserver","owner":"GDATASoftwareAG","description":"Java module for testcontainers.org to use MS SQL Server as testcontainer.","archived":false,"fork":false,"pushed_at":"2019-02-06T08:23:50.000Z","size":66,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-21T14:12:43.824Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/GDATASoftwareAG.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-27T08:42:04.000Z","updated_at":"2023-09-07T15:20:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"163dbc0e-beff-4357-896a-50fd1245b1ce","html_url":"https://github.com/GDATASoftwareAG/testcontainers-java-module-mssqlserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Ftestcontainers-java-module-mssqlserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Ftestcontainers-java-module-mssqlserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Ftestcontainers-java-module-mssqlserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GDATASoftwareAG%2Ftestcontainers-java-module-mssqlserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GDATASoftwareAG","download_url":"https://codeload.github.com/GDATASoftwareAG/testcontainers-java-module-mssqlserver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243648248,"owners_count":20324838,"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-11-11T15:33:47.878Z","updated_at":"2026-01-02T07:36:01.433Z","avatar_url":"https://github.com/GDATASoftwareAG.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PERMANENTLY MOVED TO TESTCONTAINERS REPOSITORY\nSee https://github.com/testcontainers/testcontainers-java/tree/master/modules/mssqlserver\n\n# TestContainers MS SQL Server Module\n\nTestcontainers module for the MS SQL Server database.\n\nSee [testcontainers.org](https://www.testcontainers.org) for more information about Testcontainers.\n\n## Usage example\n\nRunning MS SQL Server as a stand-in for in a test:\n\n```java\npublic class SomeTest {\n\n    @Rule\n    public MSSQLServerContainer mssqlserver = new MSSQLServerContainer();\n    \n    @Test\n    public void someTestMethod() {\n        String url = mssqlserver.getJdbcUrl();\n\n        ... create a connection and run test as normal\n```\n\n## Dependency information\n\n### Maven\n\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003eorg.testcontainers\u003c/groupId\u003e\n    \u003cartifactId\u003emssqlserver\u003c/artifactId\u003e\n    \u003cversion\u003e1.4.3\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n\n```\ncompile group: 'org.testcontainers', name: 'mssqlserver', version: '1.4.3'\n```\n\n## License\n\nSee [LICENSE](LICENSE).\n\n## Copyright\n\nCopyright (c) 2017 - 2019 G DATA Software AG and other authors.\n\nSee [AUTHORS](AUTHORS) for contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdatasoftwareag%2Ftestcontainers-java-module-mssqlserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgdatasoftwareag%2Ftestcontainers-java-module-mssqlserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgdatasoftwareag%2Ftestcontainers-java-module-mssqlserver/lists"}