aboutsummaryrefslogtreecommitdiff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* src/dedo.go: Start rewrite and simplification of CLI implEuAndreh2025-01-241-1/+10
* src/dedo.go: Remove deprecated Tx.Copy() methodEuAndreh2025-01-241-2/+4
* src/dedo.go: Simplify initDB()EuAndreh2025-01-231-21/+46
* src/dedo.go: Instantiate &DB{} only after opening the file; simplify Open()EuAndreh2024-12-311-0/+5
* src/dedo.go: Remove DB.Info() methodEuAndreh2024-12-311-3/+3
* src/dedo.go: Remove mode and options from Open()EuAndreh2024-12-301-34/+34
* src/dedo.go: Remove Options.InitialMmapSize optionEuAndreh2024-12-301-2/+1
* src/dedo.go: Remove Bucket.FillPercent optionEuAndreh2024-12-301-1/+1
* src/dedo.go: Remove DB.ReadOnly optionEuAndreh2024-12-301-0/+51
* tests/dedo.go: Normalize testsEuAndreh2024-12-301-54/+404
* Rename "gkv" -> "dedo"EuAndreh2024-10-305-6/+6
* Normalize structure following other projectsEuAndreh2024-10-2619-5789/+6100
* Move code to src/ and tests/EuAndreh2024-10-259-0/+5789