storage-adapter

0.2.1-0 • Public • Published

node-storage-adapter

A storage-agnostic data adapter.

API

CRUD operations

  • #find(query, projection)

Pending

  • #insert(document|document array)
  • #update(query, update, options)i
  • #remove(query, options)

Aggregation

  • #aggregate(pipeline)

Pagination

  • #limit(count)
  • #skip(count)

Sorting

  • #sort(indeces)

Package Sidebar

Install

npm i storage-adapter

Weekly Downloads

1

Version

0.2.1-0

License

ISC

Last publish

Collaborators

  • francisbrito