I've created a new MongoDB using the command:
jitsu databases create mongodb my_datbase
Now I'm not sure how to manage this newly created database. When I try to use the given details in my app, I end up with "An error has occurred: {"code":"ECONNRESET"}".
How do I check the db is running ok?