aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainsrc/dedo.go: Use `ExitIf()` from gobangEuAndreh3 months
 
 
AgeCommit messageAuthorFilesLines
2025-05-06src/dedo.go: Use `ExitIf()` from gobangHEADmainEuAndreh1-3/+1
2025-05-04Make: Use $< over $?EuAndreh1-1/+1
2025-03-20rm LICENSEEuAndreh1-20/+0
2025-02-21src/dedo.go: (Re) Add API that allows external control of the transactionEuAndreh1-41/+94
2025-02-19src/dedo.go: Add separate read and read-write ROCursorI and RWCursorI typesEuAndreh2-41/+71
2025-02-19src/dedo.go: Add strict separation between ROBucketI and RWBucketIEuAndreh2-219/+177
2025-02-17src/dedo.go: Add public ID2Bytes() and Bytes2ID() functionsEuAndreh1-4/+8
2025-02-13src/dedo.go: Add DatabaseI.OnCommit()EuAndreh1-21/+34
2025-02-13src/dedo.go: Evolve implementation of inMemoryDatabaseIEuAndreh1-57/+246
2025-02-13src/dedo.go: Include CreateBucketIfNotExists() in BucketIEuAndreh1-2/+3
[...]