📦 db.product(user)
Creates a ProductDB instance scoped to a user.
1const productDB = db.product('Alice@example.com');
🔹 Internally calls: new ProductDB(user)
🔹 Products always belong to a user