microstream
microstream copied to clipboard
Add Docu for Android, how to add persistence module for android to project
Add Docu for Android, how to add persistence module for android to project: https://mvnrepository.com/artifact/one.microstream/microstream-persistence-binary-android
Gradle:
dependencies {
...
implementation 'one.microstream:microstream-storage-embedded:08.00.00-MS-GA'
implementation 'one.microstream:microstream-storage-embedded-configuration:08.00.00-MS-GA'
implementation 'one.microstream:microstream-persistence-binary-android:08.00.00-MS-GA'
...