gotidb/pkg/storage
kingecg 0db0e02a8a feat(storage): 添加 BoltDB 存储引擎
- 新增 BoltDBConfig 和 BoltDBEngine 类型
- 实现了 Write、Read、GetLatest 等存储引擎接口方法
- 添加了 EnablePersistence、BatchWrite 和 ReadDuration 等扩展方法
- 优化了缓存机制,提高读取性能
2025-06-11 23:30:28 +08:00
..
boltdb.go feat(storage): 添加 BoltDB 存储引擎 2025-06-11 23:30:28 +08:00
engine.go fix code 2025-06-11 00:07:20 +08:00
engine_test.go fix code 2025-06-11 00:07:20 +08:00
persister.go first gen 2025-06-10 21:38:06 +08:00