Skip to content

lrwx00t/wal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages