Hacker News new | ask | show | jobs
by matharmin 803 days ago
The JSON duality views is quite a neat idea.

You can get something similar in SQLite with normal views and triggers using JSON1 functions, but it would be a lot of effort to create those triggers manually.