ckeditor/ckeditor5-collaboration-samples

Feature request: adapter integration for a common DB

mostlyjason opened this issue · 1 comments

I'd love to see an example adapter integration for a common DB with REST support so that it can be easily used for web pages without having to write a custom adapter. I don't really care which DB you choose as long as it's accessible from a browser. For example, it could be S3, MongoDB, Firestore, etc. It would save so much time being able to plugin a ready made solution than building my own adapter from scratch.

You can find such an example for PHP. You can find adapters using the REST API here:

In the future, we want to provide more samples with backend written in Node.js and Java.