i don't think coupling db with bot client is a good idea
as saying up
Any suggestion? We are thinking make storage abstract, but its not so easy
u could even think of a way to implement the bot client without a db or storage。I don't need any storage In my business any way.
@skybebe you maybe not, but there are many people who asked for adding some storage layer
I think it should be an optional plugin anyway, I eventually moved away from using it and implement own database handler in my projects...
yes, that's exactly what i mean. bot is bot , db is db, whether i need db or not. if i need db, i can configure it. Maybe this is a better way