docs(store): clarify package surface
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
06f6229eaf
commit
a2a99f6e9b
1 changed files with 2 additions and 2 deletions
4
doc.go
4
doc.go
|
|
@ -1,7 +1,7 @@
|
|||
// Package store provides SQLite-backed key-value storage for grouped entries,
|
||||
// TTL expiry, namespace isolation, quota enforcement, reactive change
|
||||
// notifications, SQLite journal writes, workspace journalling, and orphan
|
||||
// recovery.
|
||||
// notifications, SQLite journal writes and queries, workspace journalling,
|
||||
// cold archive compaction, and orphan recovery.
|
||||
//
|
||||
// Workspace files live under `.core/state/` and can be recovered with
|
||||
// `RecoverOrphans(".core/state/")`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue