@z1/preset-feathers-server-nedb
v0.5.8
Published
Documentation under construction.
Downloads
10
Readme
Z1 Preset Feathers Server Nedb
Documentation under construction.
Dependencies
Usage
Install
yarn add @z1/preset-feathers-server-nedb
Import
import {
Nedb,
FeathersNedb
} from '@z1/preset-feathers-server-nedb'
Example
const model = new Nedb(options)
app.use(`${path}`, FeathersNedb({ Model, id, events, paginate }))