Simplest database implementation

Posted by MaX on Stack Overflow See other posts from Stack Overflow or by MaX
Published on 2010-02-27T17:31:56Z Indexed on 2010/05/13 4:04 UTC
Read the original article Hit count: 478

I am looking for a really simple database implementation; basically one with no complex parsing SQL engine. What I am looking for is something demonstrating B+ trees and ACID storage (Suitable for educational purposes). What I have found up-till now form my current searches was hamster-db. I am looking for something even simpler with a smaller code-base. If there is any such opensource project in your knowledge please let me know.

© Stack Overflow or respective owner

Related posts about database

Related posts about Implementation