Feature request: adapter integration for a common DB
mostlyjason opened this issue · 1 comments
mostlyjason commented
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.
pjasiun commented
You can find such an example for PHP. You can find adapters using the REST API here:
- https://github.com/ckeditor/ckeditor5-collaboration-samples/blob/master/php/frontend/src/customCommentsAdapter.js
- https://github.com/ckeditor/ckeditor5-collaboration-samples/blob/master/php/frontend/src/customTrackChangesAdapter.js
In the future, we want to provide more samples with backend written in Node.js and Java.