👤 db.user()
Creates a new UserDB instance.
1const userDB = db.user();
🔹 Internally calls: new UserDB()
🔹 Used for user CRUD operations and listing
Creates a new UserDB instance.
1const userDB = db.user();
🔹 Internally calls: new UserDB()
🔹 Used for user CRUD operations and listing