data
data copied to clipboard
Supports client-side persistence
GitHub
- Closes #49
Changes
- Database operations (create/update/delete/etc.) are not persisted in the
sessionStorage
and hydrated on page load.
Roadmap
- [ ] Write the
.toJson()
serialization method on theDatabase
class. - [ ] Add in-browser integration tests for client-side persistence.