Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Use URL instead of regex for shadow-db name
connectionString is a URL, so it should be treated as such. regex didn't handle more complex cases (such as "-" in the name of database). And while it is possible to tweak regex for greater compatibility, using actual URL-object guarantees proper result in ALL cases. #434
- Loading branch information