feathers icon indicating copy to clipboard operation
feathers copied to clipboard

[FR] generator support for @feathersjs/memory

Open FossPrime opened this issue 2 years ago • 2 comments

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.

FossPrime avatar Mar 21 '23 21:03 FossPrime

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

DaddyWarbucks avatar Apr 23 '23 22:04 DaddyWarbucks

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

FossPrime avatar Apr 28 '23 00:04 FossPrime