started with serve command, yet incomplete

This commit is contained in:
2024-12-20 18:59:59 +01:00
committed by T.v.Dein
parent 37ca653461
commit 7bc30da609
8 changed files with 305 additions and 1 deletions

View File

@@ -254,6 +254,7 @@ func (db *DB) Get(attr *DbAttr) (*DbEntry, error) {
}
func (db *DB) Del(attr *DbAttr) error {
// FIXME: check if it exists prior to just call bucket.Delete()?
if err := db.Open(); err != nil {
return err
}