{"id":52555,"library":"tidwall-wal","title":"Tidwall Write-Ahead Log","description":"Package wal implements a write-ahead log for durable, crash-safe data storage.","status":"active","version":"1.2.1","language":"go","source_language":null,"source_url":"https://github.com/tidwall/wal","tags":["wal","write-ahead-log","durability","storage","crash-safe"],"install":[{"cmd":"go get github.com/tidwall/wal","lang":"bash","label":"Install github.com/tidwall/wal"}],"dependencies":[],"imports":[{"symbol":"wal","correct":"github.com/tidwall/wal"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/tidwall/wal\"\n)\n\nfunc main() {\n\tlog, err := wal.Open(\"/tmp/wal\", nil)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer log.Close()\n\tfmt.Println(\"WAL opened\")\n}","lang":"go","description":"Opens a write-ahead log at a directory"},"warnings":[],"env_vars":null,"search_vec":"'ahead':4,12,24 'crash':17,29 'crash-saf':16,28 'data':19 'durabl':15,26 'implement':8 'log':5,13,25 'packag':6 'safe':18,30 'storag':20,27 'tidwal':1 'wal':7,21 'write':3,11,23 'write-ahead':2,10 'write-ahead-log':22","created_at":"2026-06-15T06:59:53.934935+00:00","updated_at":"2026-06-15T06:59:53.934935+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/tidwall/wal","github":"https://github.com/tidwall/wal","docs":"https://pkg.go.dev/github.com/tidwall/wal#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}