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
- Host: GitHub
- URL: https://github.com/misachi/wal-go
- Owner: misachi
- License: mit
- Created: 2024-12-08T21:13:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-09T17:51:21.000Z (over 1 year ago)
- Last Synced: 2025-06-26T07:05:21.253Z (about 1 year ago)
- Topics: wal, write-ahead-log
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`