/wal

WAL "write-ahead log" implementation in Python

Primary LanguagePythonMIT LicenseMIT

Write-Ahead Log (WAL)

WAL "write-ahead log" implementation in Python

Writing the logs in a binary file with contents of dictionary object of the running operations.

Running unittests

❯ python3.10 -m unittest
.....
----------------------------------------------------------------------
Ran 5 tests in 0.004s

OK

❯ python3.10 test_wal.py
.....
----------------------------------------------------------------------
Ran 5 tests in 0.004s

OK