September 19, 2019 · MongoDB

Mongoose naming convention

DATABASE

MongoDB states a nice example:
To select a database to use, in the mongo shell, issue the use <db> statement, as in the following example:

use myDB
use myNewDB

src: https://docs.mongodb.com/manual/core/databases-and-collections/#databases


COLLECTIONS

src: http://www.tutespace.com/2016/03/schema-design-and-naming-conventions-in.html

Also available from :
https://stackoverflow.com/questions/5916080/what-are-naming-conventions-for-mongodb