# MongoDB ## Установка Воспользуйтесь докером, бога ради ## Команды ```mongo use test db.users.insertOne({name: "Nick"}) db.users.find() ```