Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 814 Bytes

DB_Normalisation.md

File metadata and controls

25 lines (15 loc) · 814 Bytes

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:

If you want to go whole hog and ditch app-db and embrace DataScript, then you might find re-posh interesting.


Up: FAQ Index