Replies: 1 comment 1 reply
-
Hi :)
you will override 'master' in connection string :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the default settings for the MsSql module is that is uses the
Master
db for all my own DB stuff.taken from this code snippet
Would be nice if we can just have the option to set that value please? Why? When i'm testing a single TEST i somemtimes put a break point and then to manually check some data in the db.
So it would be really nice to have my db separate from
master
.This way, we could also potenetlly have a unique DB per test, in the same Container (versus, spawning new conainters per test -
.WithDatabase($"Testing-{Guid.NewGuid()}")
. RavenDb has been doing this since day 1, which works nice!Beta Was this translation helpful? Give feedback.
All reactions