Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
const db = mongoose.model('User', userSchema, 'user')
第三个参数有什么用?我们在哪里可以使用该参数。该参数有什么用。任何实际例子
第三个参数是显式集合名称。
一旦我遇到这个用例,我们就有了客户,他希望在数据库中创建每个集合名称时都有一个前缀,例如“apple_users”,在这种情况下它很有用