Bug - property dbName does not exist
See original GitHub issueI see that #349 was merged that should’ve fixed this, but it still doesn’t work.
If you go to the package in npmjs.org, click on “Explore” and go to src/types.d.ts
then the type definition still does not include dbName
. The first line of types.d.ts
reads // Type definitions for connect-mongo 3.1
, even though it is 3.2 that is the latest.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:10
Top Results From Across the Web
Got Error “FATAL: database 'db name' does not exist” despite ...
The error message indicates that user and password are ok, but the database of that name does not exist. Share.
Read more >PostgreSQL database does not exist error
I have encountered this issue when I created a database name without " ", just using a mixed case name like MyDatabase.
Read more >Chapter 14. Properties - HSQLDB
When the property is true (the default), a new mem: or file: database will be created if it does not exist. Setting the...
Read more >Security.Applications - InterSystems IRIS Data Platform 2022.2
This class defines the applications for a system. ... Depending on the type of application defined (Type property), properties may or may not...
Read more >Create and Delete Databases and Tables in PostgreSQL
Learn how to create and delete database and table structures using SQL and command line utilities.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I haven’t bumped a new version and release yet … I will bump the version after I clean up all the issues and PRs. I may also publish a beta version first. Will update you when it is done.
This is still an issue.