-
-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Add MSSQLServer module #1789
Comments
Hey @agosmou thanks for opening this issue. Please be my guest and send a PR with it. Of course let me know if you have any issue or question during the creation of the module. BTW I do recommend you using the module generator tool for the scaffolding, as it creates the docs page, the testable examples and the basic code for the module. Do you know our slack: https://testcontainers.slack.com/ Could you share a little bit about your use case, probably related to testing a MS stack, right? |
Hi! Yes, I joined the slack yesterday 👍🏽 I'll get working on it soon! Thanks for the tip on the scaffolding - duly noted. Use case is related to integration testing Go API with MS SQL Server database |
You probably want to take a look at this: https://github.com/BraspagDevelopers/testcontainers-canned/blob/master/sqlserver/sqlserver.go |
Jumping into this, this week! I'll keep you posted @mdelapenya 😄 |
@mdelapenya, just submitted a PR for this Thanks for surfacing the scaffolding - it helped a ton! 🙌 |
Problem
There is no existing module for MSSQL for Go
Solution
Adding module for MSSQL
Benefit
Supports MSSQL out of the box
Alternatives
Alternative would be to use generic containers
Would you like to help contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: