-
integrate with elasticsearch.js
-
Methods to implement:
- create
- update
- delete
- findMany
-
Manage relationships without explicit:
var relation = [{
type: 'library',
singular: true
},
{
type: 'book',
singular: false
}]
integrate with elasticsearch.js
Methods to implement:
Manage relationships without explicit:
var relation = [{
type: 'library',
singular: true
},
{
type: 'book',
singular: false
}]