반응형
Notice
Recent Posts
Recent Comments
Link
반응형
목록스키마 (1)
반응형
taenyLog
Mongoose를 이용해 JavaScript파일을 MongoDB에 연결하고 정보 수정
schema(스키마)는 Mongo의 각기 다른 키 집합을 JavaScript의 다른 타입으로 구조를 짜는 것을 말한다. JS나 기타 언어에서 다른 타입인 데이터를 Mongo로부터 가져오지만 그 언어에 데이터 타입이 있을 수도 있고 없을 수도 있다. 스키마를 정의함으로써 구체화한다. https://mongoosejs.com/docs/guide.html Mongoose v7.3.1: Schemas If you haven't yet done so, please take a minute to read the quickstart to get an idea of how Mongoose works. If you are migrating from 6.x to 7.x please take a moment to read ..
Web
2023. 6. 25. 03:49