An open API service indexing awesome lists of open source software.

https://github.com/misachi/wal-go

Write Ahead Log written in Go
https://github.com/misachi/wal-go

wal write-ahead-log

Last synced: 5 months ago
JSON representation

Write Ahead Log written in Go

Awesome Lists containing this project

README

          

Write-Ahead-Log written in go

For example usage check the examples [here](./examples/main.go)

To manually build the example: `go build -o examples.o github.com/misachi/wal-go/examples`