WAL "write-ahead log" implementation in Python
Writing the logs in a binary file with contents of dictionary object of the running operations.
❯ python3.10 -m unittest
.....
----------------------------------------------------------------------
Ran 5 tests in 0.004s
OK
❯ python3.10 test_wal.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.004s
OK