mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-24 07:48:14 +00:00
17 lines
462 B
Markdown
17 lines
462 B
Markdown
### Question
|
|
|
|
`app-db` contains a `map`. How do I store normalised data in a `map`,
|
|
bettering mirroring the structure in my server-side database?
|
|
|
|
### Answer
|
|
|
|
These libraries might be interesting to you:
|
|
- [SubGraph](https://github.com/vimsical/subgraph)
|
|
- [pull](https://github.com/juxt/pull)
|
|
|
|
If you want to go whole hog and ditch `app-db` and embrace DataScript,
|
|
then you'll find [re-posh](https://github.com/denistakeda/re-posh) interesting.
|
|
|
|
|
|
|