NonSql connection
NonSql connection
DesarrolloPREC
Posts: 34Questions: 4Answers: 0
in Editor
Hi Allan
Please, solve this cuestion to us. Can we connect to NoSql database with editor?
Thanks for your help
Regards
This discussion has been closed.
Answers
Hi @DesarrolloPREC ,
This thread should help, it's asking the same thing.
Cheers,
Colin
We had read thread, but is does not clear yet.
We want to connect directly using Editor with the node js libraries, because we are using mongodb as DB.
Nextjs allow connections wiht the DB SQL standart, but not with the NoSQL DB.
The answer said that, we could use the JSON standar communication format for Editor, but we found troubles with the editor upload field proccess, because we put on more code of what really needed when manage directly nodejs editor librarys.
We hope that we need is clear for you and hope your help aswer for this cuestion.
Thanks
Development Team
Hi @DesarrolloPREC ,
It sounds like something like this REST interface here might be better suited. Also, this thread here talks about MongoDB.
Cheers,
Colin
The answer is yes you can't but the libraries we provide for PHP, .NET and NodeJS do not support a NoSQL db. You'd need to implement your own server-side code. The documentation required for that is available here including upload infromation.
Allan
Thanks to all for your help.
We hope that the next Editor version can handle NonSql Conections.
Yes, we are handle server-side code, but we founded some small problems by putting more code than necessary than the Editor could handle directly
Regards
Thanks Allan