Live data from Hacker News

Show HN: Kvass, a personal key-value store

github.com

1–10 of 129 posts

Re: Show HN: Kvass, a personal key-value store

#7
post #4

I’m wondering what sorts of use-cases people would use a personal key-value store for. Maybe it’s just a useful foundation for building other tools on top of, like a password manager.

But it's just a wrapper around SQLite. Skip the middleman and just use SQLite.

Re: Show HN: Kvass, a personal key-value store

#10
post #7
post #4

I’m wondering what sorts of use-cases people would use a personal key-value store for. Maybe it’s just a useful foundation for building other tools on top of, like a password manager.

But it's just a wrapper around SQLite. Skip the middleman and just use SQLite.

But you can’t access Sqlite over the web.
Post reply on HN