Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.