Hacker News new | ask | show | jobs
by quotemstr 605 days ago
Better yet: decouple front and back ends. Let them talk over a stable interface and evolve independently. The SQLite ecosystem is evolving in this direction, in fits and starts.
2 comments

You can implement a different mvcc model today, without patching code.
This has already been done.