Compatibility with MongoDB GORM

Issue #2 new
Akhil Gupta created an issue

Hi

Are you considering compatibility with MongoDB?

I am assuming, I will have to create me own Controller for Data Fetch which will have similar methods as existing controller but will use Mongo specific criteria queries

Comments (1)

  1. Ben Wilson repo owner

    It's possible I might look at MongoDB compatibility at some point. Feel free to give it a shot yourself if you like.

    You can of course use the plugin as-is with MongoDB if you specify your own controller, or provide the data in the main response (see options 1, 2, 4 and 6 here).

  2. Log in to comment