4 releases (2 breaking)
0.3.0 | Sep 11, 2024 |
---|---|
0.2.1 | Jun 19, 2024 |
0.2.0 | May 9, 2024 |
0.1.0 | Mar 22, 2024 |
#21 in #stores
75 downloads per month
Used in cw-storey
94KB
1.5K
SLoC
storey
storey
is currently a pile of debris with some (hopefully) good ideas strewn about. One day, a new storage abstraction library for the decentralized world might rise from it. Like a phoenix from ashes. Or like a sleep-deprived commuter at 6 a.m. One of the two.
Guide
A (possibly still incomplete) guide can be found here.
Loose goals (subject to change)
- comparable user experience for simple use cases to
cw-storage-plus
- minimal key length (compared to
cw-storage-plus
) - backend-agnostic core - go, plug it into something other than CosmWasm
- encoding-agnostic core - a CosmWasm-specific crate will mandate an encoding for values, but the core itself probably won't
- minimal-dependency core - currently, the core has 0 (zero) external dependencies
- composable collections
- nicer compound keys
- a better API for folks who would like to implement their own collections
- spit-shined code
Non-goals
It's unlikely we'll build these. It's more likely we'll eventually provide enough support that you can build them yourself without much headache.
- indexes
- snapshots
Dependencies
~270–730KB
~17K SLoC