As you might know, I'm writing a #xmpp messenger. At some point it became clear that it's more comfortable to separate my database low level interactions into separate library. Basically I just plan to use that library on my own, but I want it to be a separate repo, so, I want to make it beautiful, tested and documented and to be a standalone package in a system.
Now I'm struggling with the name. It's a c++ library around #lmdb basically made of the stuff I have ended up copy pasting around. Right now I've been calling it LMDBDataBase or just Storage, but it sounds so bad and generic.
Please give me some nice name options in the comments!
#programming
@blue blitz