feathersjs-ecosystem / feathers-nedb

A service using NeDB, an embedded datastore for Node.js
MIT License
83 stars 19 forks source link

Upgrade plugin infrastructure, dependencies and use maintained NeDB fork #118

Closed daffl closed 2 years ago

daffl commented 2 years ago

This pull request updates the plugin and uses an actively maintained fork of NeDB at @seald-io/nedb to upgrade, replace all references of the 'nedb' module with @seald-io/nedb and remove the @types/nedb dependency.