➕ Create User
1await userDB.create(2 "Alice@example.com",3 {4 email: "Alice@example.com",5 Info: {6 Author: "Alice",7 password: "12345678"8 }9 }10);
📌 What happens internally:
- User directory created
Users/Ae/Alice@example.com/ data.jsonwritten- Duplicate IDs prevented