feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
15.03k stars 748 forks source link

[FR] generator support for @feathersjs/memory #3119

Open FossPrime opened 1 year ago

FossPrime commented 1 year ago

Creating services or apps/prototypes with the Memory adapter is currently not supported in the CLI... Leading us to use Custom services, which look nothing like adapter code, or MongoDB, which requires tedious setup.

DaddyWarbucks commented 1 year ago

I'd love to see support for neDB as well.

FossPrime commented 1 year ago

I'd love to see support for neDB as well.

I have a big project heavily reliant on NeDB... I'm going to try switching it to feathers-yaml . Is there anything in NeDB that you need specifically that LowDB can't provide?

https://github.com/lwhiteley/feathers-lowdb/issues/48