dbcodeio / public

The Power of Databases, The Convenience of VS Code: All in One Place
28 stars 1 forks source link

mongodb connection error #109

Closed adhiravishankar closed 4 days ago

adhiravishankar commented 1 week ago

Error: Database names cannot contain the character '.'


VSCode Version: 1.95.2 Extension Version: 1.4.6 OS: win32 Arch: x64

mikeburgh commented 1 week ago

That is the underlying mongo driver reporting that error. I can confirm I am not able to create a database in Mongo with a . in the name. Do you already have a database with a . in it's name ?