Adapter to allow using and switching different backends in Java without a problem. Replaces the general need of using Query languages. More information on why to use RealmDrive can be found here.
Features:
- Easy setup and usage
- Easy query building that translates into all supported databases.
- Automatic java object <-> database entity conversion
- Support to define serializers for existing classes like java.util.Date
RealmDrive supports abstract classes/interfaces (sub classes must be registered). More about sub classes here
Currently supported database systems:
- MongoDB
Soon to be supported:
- MySQL