@phnq/model
v1.10.0
Published
Data access.
Downloads
61
Readme
@phnq/model
Isomorphic library for modeling entities.
- client and server share the same models
- serialize/deserialize for easy transfer between client and server
- server-side data persistence against a well-defined abstract interface
- two datastore implementations at the moment: 1) MongoDB, 2) In Memory (for testing)
Usage
See tests for usage examples. See datastore tests for configuration examples.