feat(del-db): initial delete-db, with fixed levenshtein distance suggestions

This commit is contained in:
Lewis Wynne 2025-11-06 19:39:08 +00:00
parent 23376c3515
commit 63ade13e7a
4 changed files with 188 additions and 39 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/llywelwyn/pda
go 1.25.3
require (
github.com/agnivade/levenshtein v1.2.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgraph-io/badger/v4 v4.8.0 // indirect
github.com/dgraph-io/ristretto/v2 v2.2.0 // indirect