Hacker News new | ask | show | jobs
by zachmu 805 days ago
Yes, that's the idea. Writing a simple read only database back end is not too tough.
1 comments

Why read only? What's stopping this engine from using (for example) FoundationDB as storage?
Nothing, it's just quite a bit more complicated to implement a backend that supports writes.