📺 db.channel(user, product)
Creates a ChannelDB instance under a product.
1const channelDB = db.channel('Alice@example.com', 'Product1');
🔹 Internally calls: new ChannelDB(user, product)
🔹 Channels cannot exist without a product and user