1) Why does jRDC2 only use relational databases? Why accept only SQL for server side commands? I would have hoped jRDC2 would pass the server side (MongoDB non-sql) command directly to the MongoDB engine and have it return the results, maybe as JSON.
2) I don't think the Remote MongoDB connector RMDBC will be secure enough for public access on a web server. I prefer to use some sort of middleware.
3) Does jRDC2 work with PostgreSQL databases? I'd rather use it than MySQL.
TIA