简体   繁体   中英

Using Mongoose in Total.js

I tried a sample example of total.js for REST APIs and I noticed that its all using the NoSQL module. I need to convert this sample to work with MongoDB instead. Is it Possible to use mongoose for mongoDB to work in total.js

Yes and absolutely you can use Mongoose with Total.js . Only you need to rewrite processing of data in schemas, it's not hard. Try to look into the Mongoose documentation and start there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM