DB mongoose query(1) 2020. 6. 20. https://mongoosejs.com/docs/api/query.html Mongoose v5.9.19: Parameters [options] «Object» [model] «Object» [conditions] «Object» [collection] «Object» Mongoose collection Query constructor used for building queries. You do not need to instantiate a Query directly. Instead use Model functions like Model.find mongoosejs.com model.find({}) 는 model의 정보를 가져옵니다. // named john and at least 18 MyModel... nodejs, mysql 연동 2020. 6. 5. https://sequelize.org/master/manual/getting-started.html Manual | Sequelize Getting Started In this tutorial you will learn to make a simple setup of Sequelize. Installing Sequelize is available via npm (or yarn). npm install --save sequelize You'll also have to manually install the driver for your database of choice: # One of the sequelize.org npm install --save sequelize npm install --save mys.. mongoose를 이용한 mongoDB connect 2020. 6. 2. https://mongoosejs.com/docs/index.html Mongoose v5.9.16: Getting Started Getting Started First be sure you have MongoDB and Node.js installed. Next install Mongoose from the command line using npm: $ npm install mongoose Now say we like fuzzy kittens and want to record every kitten we ever meet in MongoDB. The first thing we ne mongoosejs.com npm install mongoose 일단 mongoose를 npm을 이용해서 설치를 해줍니다... 이전 1 다음