1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/*new*.txt

1 line
118 B
Plaintext
Raw Normal View History

2015-03-14 00:18:56 +00:00
db.<collection_name>.find().forEach(function(d){ db.getSiblingDB('<new_database>')['<collection_name>'].insert(d); });