Implementing a transaction log for JameSQL

from blog James' Coffee Blog, | ↗ original
This blog post describes my thought process in implementing a transaction log for my database. My implementation may not follow best practices, as I am still learning. If this blog post sparks ideas on what I could do better, please let me know! JameSQL, my NoSQL database, was designed to be an in-memory data store. I use the tool for my blog...