# Functions
NewMD works same that function NewMongoDatabase but, it does not return an error instead it panics.
NewMongoDatabase establish connection with a MongoDB database using the Configuration passed as parameter.
# Constants
NoSQL defines an NoSQL storage oriented for documents like MongoDB.
# Structs
Configuration settings used to make a repository connection.
SurveyStorageNoSQL implementation of SurveyFinder that search a survey in a NoSQL storage oriented to documents.
# Interfaces
SurveyFinder defines the survey finder.
# Type aliases
Type defines which repository be used.