Reputation: 11
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?
Upvotes: 0
Views: 227