-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doubt #50
Comments
Please make sure that your connection string is correct.
Also your user must have read & write permissons. |
I am facing the same issue. Lemme explain. Currently we have to make different connection in your app in order to view different database. I think she meant that by adding only 1 mongo db url, we should get all database list in that app. |
Like for example if I have 3 database: test1, test2 and test3 in Cluster0, we have to make 3 different connections in Mondroid app. It would be great if we could just the url and then the app will show all the dbs and collections in them. Like
Hope you understands my point. Thank you |
Unfortunately mongo_dart driver don't support accessing multiple databases within single connection. Due to limitation; each database must be accessed by seperate connection. However the developer of mongo_dart library, works on another mongodb plugin that supports browsing databases within single connection. But its currently on alpha stage, that means its not stable so we cannot use it in Mondroid. |
Can't I just view all my database in one go? Do I have to add differently for every database?
Like in the screenshot, I have more collections but I can only see the Test one, why ?
The text was updated successfully, but these errors were encountered: