Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goliatone/core.io-data-manager
core.io Data manager module
https://github.com/goliatone/core.io-data-manager
Last synced: 11 days ago
JSON representation
core.io Data manager module
- Host: GitHub
- URL: https://github.com/goliatone/core.io-data-manager
- Owner: goliatone
- License: mit
- Created: 2017-02-08T22:01:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T19:19:58.000Z (over 2 years ago)
- Last Synced: 2024-10-11T09:08:22.151Z (27 days ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
## core.io Data Manager
### Known Issues
If we are doing an `updateOrCreate` and no `identityFields` are present in the POJO used to hydrate the model then we won't be able to find the record.One way to get around this would be to collect all unique attributes in the model definition and use any of those.
Model definitions in JSON files for data.sync must have all [required] properties defined. `defaultsTo` is not being applied.
Validation errors impede a record from being created.