summaryrefslogtreecommitdiffstats
path: root/doc/src/05100-lib-store.md
blob: d4119a3e81442064f4eda7dc5ab78a8c72a7aa04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## libimagstore

The store is the heart of everything. Here lives the data, the complexity and
the performance bottleneck.

The store offeres read/write access to all entries.

The store itself does not offer functionality, but has a commandline interface
"imag-store" which can do basic things with the store.


### Long-term TODO

- [ ] Merge with `libimagrt`