Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 378 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 378 Bytes

fortune-elasticsearch

TODO

  • 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
}]