Registry / database / nebulouslabs-writeaheadlog

nebulouslabs-writeaheadlog

JSON →
library0.0.0-20200907122230-17c1f03b80d4gogounverified

A high-performance write-ahead log for ACID transactions on disk.

go get gitlab.com/NebulousLabs/writeaheadlog
INSTALL
IMPORT
SIG · NEBULOUSLABS-WRITE
N
nebulouslabs-writeaheadlog
databasegov0.0.0-20200907122230-17c1f03b80d4
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.

writeaheadlog
gitlab.com/NebulousLabs/writeaheadlog

Creates a new write-ahead log file.

package main import ( "fmt" "gitlab.com/NebulousLabs/writeaheadlog" ) func main() { wal, _ := writeaheadlog.New("wal.db") defer wal.Close() fmt.Println("WAL created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20200907122230-17c1f03b80d4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
nebulouslabs-writeaheadlog — go get nebulouslabs-writeaheadlog · libregistry