Can realmdb be used as embedded database in a springboot or any other standalone application?

191 Views Asked by At

We are looking for an embedded database that ships with application jar file and runs along side the application. This database should also sync data with Mongodb Atlas. We have found Realmdb to be a perfect solution. However, the JavaSDK for realmdb is meant only for Android apps. Is there any possibility of using realm as an embedded database in a springboot application?

0

There are 0 best solutions below