Registry / database / tidwall-wal

tidwall-wal

JSON →
library1.2.1gogounverified

Package wal implements a write-ahead log for durable, crash-safe data storage.

go get github.com/tidwall/wal
INSTALL
IMPORT
SIG · TIDWALL-WAL
T
tidwall-wal
databasegov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wal
github.com/tidwall/wal

Opens a write-ahead log at a directory

package main import ( "fmt" "github.com/tidwall/wal" ) func main() { log, err := wal.Open("/tmp/wal", nil) if err != nil { panic(err) } defer log.Close() fmt.Println("WAL opened") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tidwall-wal — go get tidwall-wal · libregistry