I'm trying to access the mongoose database by doing a find on the nodejs.
In mongoose, I have the following data:
Client:{
name: {type: String, trim: true, required: false, default: ""},
address:{
country: {type: String, trim: tr...
asked by
20.07.2015 / 18:45