Hacker News new | ask | show | jobs
by throw_m239339 1577 days ago
Nice, I love using JSON query with SQLite, greatly simplifies object hydration.
1 comments

I've been using it successfully for years on Android with sqlite-android [0] and the flexibility it has given me was quite a relief. It's great to see that it is now included by default.

[0] https://github.com/requery/sqlite-android