Hacker News new | ask | show | jobs
by jinjin2 1046 days ago
> Alternative, proven Document Databases only offered client/server support.

We currently use Realm for this use case. It’s a local database just like SQLite, but with native support for documents and listeners. Did you try that out?

1 comments

Just didn't find it quickly enough after some browsing. Also, using SQLite seemed so simple.