god
god copied to clipboard
DB is not progress?
Hello, @zond. Why DB is stopped in development?
Because nobody (including me) was using it, which made the TODO list run dry.
And also because I became more interested in databases with transactional semantics.
I started looking at how to design a similar database, but with transactions: https://github.com/zond/drafty
Then I found https://github.com/cockroachdb/cockroach, which is doing basically what I wanted to.
They have much more progress, so I'm letting them do the work (or I lost inspiration, hard to tell :).