plone / plone.restapi

RESTful API for Plone.
http://plonerestapi.readthedocs.org/
86 stars 78 forks source link

add RDBMS insert,delete,modify,query to restAPI #1543

Closed adam139 closed 1 year ago

adam139 commented 1 year ago

I have some Web applications based Plone 5 and MySQL or Oracle through by Sqlalchemy. Now,I plan to update them to Plone 6 and Volto frontend. But I found plone.restAPI do not support RDBMS. I expect upgrade restAPI service to support RDBMS.

ale-rt commented 1 year ago

Just my 2 c.

Plone by default does not use a RDBMS but uses an object DB. Therefore I do not see the benefit in developing that functionality in plone.restapi. It would indeed be something cool to have in an addon.

adam139 commented 1 year ago

I agree that develop an addon for operating the RDBMS restapi.

jensens commented 1 year ago

I would see those endpoints as part of an addon.