Skip to content

endrealm/RealmDrive

Build StatusGitHub contributorsMaven Central

RealmDrive

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

Contents

  1. Why use RealmDrive?
  2. How to contribute
  3. Getting started & usage
  4. Supported Drivers