# morphia-example **Repository Path**: laochen/morphia-example ## Basic Information - **Project Name**: morphia-example - **Description**: mongodb orm morphia - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-04 - **Last Updated**: 2023-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # INIT MONGODB ``` #mongosh >use test; >db.createUser({user:'test',pwd:'Sz123456',roles:[{"role":"userAdmin","db":"test"}]}); ```