Skip to content

🥫 Makes it easy to wrestle MSSQLLocalDB from automated database integration tests

Notifications You must be signed in to change notification settings

rebus-org/DbWrestler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DbWrestler

Makes it easy to wrestle with LocalDB.

It's just

var localDb = new LocalDb();

var instance = localDb.GetInstance(instanceName: "MSSQLLocalDB");

instance.CreateIfNotExists();

var database = instance.GetDatabase(databaseName: "test_db");

database.CreateIfNotExists();

var connectionString = database.ConnectionString;

// off you go 👍

and off you go 👍

About

🥫 Makes it easy to wrestle MSSQLLocalDB from automated database integration tests

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published