dailz
0fe1530e25
feat: integrate DB with Open/Close/Put/Delete/Get
- Add db.go with DB struct: Open/Close/Put/Delete/Get/GetDurableSequence/IsWriteStopped
- Add db_test.go with lifecycle, put/get, delete, recovery, and corruption tests
- Extract sentinel errors to errkit/ leaf package to break import cycle (wal -> go_kv)
- Update wal/sequence.go, wal/writer.go to import errkit instead of root package
- Root errors.go re-exports from errkit for backward compatibility
Phase 1 Wave 4d complete (T19).
2026-06-12 14:10:56 +08:00
..
2026-06-12 13:27:17 +08:00
2026-06-12 13:27:17 +08:00
2026-06-12 13:43:24 +08:00
2026-06-12 13:43:24 +08:00
2026-06-12 13:57:31 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 13:23:27 +08:00
2026-06-12 14:02:19 +08:00
2026-06-12 14:02:19 +08:00
2026-06-12 13:57:31 +08:00
2026-06-12 13:57:31 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:50:03 +08:00
2026-06-12 13:43:24 +08:00
2026-06-12 13:43:24 +08:00
2026-06-12 14:10:56 +08:00
2026-06-12 14:10:56 +08:00
2026-06-12 13:27:17 +08:00
2026-06-12 13:27:17 +08:00
2026-06-12 13:57:31 +08:00
2026-06-12 14:10:56 +08:00