2
Mongo Shell - Console / Registro de Depuração
Provavelmente uma pergunta idiota. Experimentando o shell Mongo. Eu quero fazer algo como: matt@linuxvm:~/mongodb-linux-i686-1.2.3/bin$ ./mongo MongoDB shell version: 1.2.3 url: test connecting to: test Thu Feb 25 20:57:47 connection accepted from 127.0.0.1:37987 #3 type "help" for help > function test() { debug.log("hello") } > test() Thu Feb 25 20:58:06 JS …
147
mongodb