17 points | by hasanyildiz 8 hours ago ago
2 comments
Maybe a replacement for sqlite in some contexts if it's even lighter? What does tinykv do better than the current standard for file backed lightweight DB?
I love `dbm` in python for this usecase. It supports a handful of backends, including sqlite.
Maybe a replacement for sqlite in some contexts if it's even lighter? What does tinykv do better than the current standard for file backed lightweight DB?
I love `dbm` in python for this usecase. It supports a handful of backends, including sqlite.