gorm-mongodb icon indicating copy to clipboard operation
gorm-mongodb copied to clipboard

Suggestion for enhancement - RSGORM

Open aaloise opened this issue 6 years ago • 0 comments

Currently, there are four types of drivers for MongoDB in Java world:

  • MongoDB Java Driver (already supported by GORM);
  • MongoDB Async Java Driver (implementation suggested in https://github.com/grails/gorm-mongodb/issues/60);
  • MongoDB RxJava Driver (already supported by RxGORM) and;
  • MongoDB Reactive Streams Java Driver.

The last one could, maybe, be the base for a RSGORM (GORM for Reactive Streams).

aaloise avatar Dec 13 '17 19:12 aaloise