Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

About

WAL "write-ahead log" implementation in Python

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages