botkit-cms icon indicating copy to clipboard operation
botkit-cms copied to clipboard

Mongodb support

Open pezholio opened this issue 6 years ago • 1 comments

Fixes #1

I've updated the PR from https://github.com/howdylabs/ministudio/pull/2 to get it up to date with where botkit-cms is now. Everything seems to work from a cursory glance, but lemme know if anything needs fixing.

pezholio avatar Jan 03 '19 09:01 pezholio

Hey @pezholio, how difficult would it be to rework the storage pieces you've got here into something closer botkit's Storage API example here? This way there's a consistent API for filesystem storage, mongo storage, etc and if someone wants to add postgres or another db system we're not adding a bunch of conditional logic.

thecodedrift avatar Jan 20 '19 01:01 thecodedrift