Y
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
anarazel
605 days ago
You can implement a different mvcc model today, without patching code.
link
jeltz
604 days ago
This has already been done.
link