{"id":15003236,"url":"https://github.com/rebus-org/dbwrestler","last_synced_at":"2026-01-26T12:42:29.767Z","repository":{"id":138117546,"uuid":"307388676","full_name":"rebus-org/DbWrestler","owner":"rebus-org","description":":canned_food: Makes it easy to wrestle MSSQLLocalDB from automated database integration tests","archived":false,"fork":false,"pushed_at":"2021-11-20T13:59:24.000Z","size":1748,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-18T13:57:52.379Z","etag":null,"topics":["database","localdb","microsoft-sql-server"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rebus-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2020-10-26T13:52:36.000Z","updated_at":"2021-11-20T13:59:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad56a171-beb9-47f0-823e-7f6a53095f2d","html_url":"https://github.com/rebus-org/DbWrestler","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FDbWrestler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FDbWrestler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FDbWrestler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rebus-org%2FDbWrestler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rebus-org","download_url":"https://codeload.github.com/rebus-org/DbWrestler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243153894,"owners_count":20244843,"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":["database","localdb","microsoft-sql-server"],"created_at":"2024-09-24T18:57:21.614Z","updated_at":"2026-01-26T12:42:29.700Z","avatar_url":"https://github.com/rebus-org.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# DbWrestler\n\nMakes it easy to wrestle with LocalDB.\n\nIt's just\n```csharp\nvar localDb = new LocalDb();\n\nvar instance = localDb.GetInstance(instanceName: \"MSSQLLocalDB\");\n\ninstance.CreateIfNotExists();\n\nvar database = instance.GetDatabase(databaseName: \"test_db\");\n\ndatabase.CreateIfNotExists();\n\nvar connectionString = database.ConnectionString;\n\n// off you go 👍\n\n```\nand off you go 👍","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebus-org%2Fdbwrestler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frebus-org%2Fdbwrestler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frebus-org%2Fdbwrestler/lists"}