How to use the Xodus database in Kotlin applications
https://medium.freecodecamp.org/how-to-use-the-xodus-database-in-kotlin-applications-3f899896b9df
Mariya DavydovaBlockedUnblockFollowFollowingApr 10Photo by Jan Antonin Kolar on UnsplashI want to show you how to use one of my favorite database choices for Kotlin applications. Namely, Xodus. Why do I like using Xodus for Kotlin applications? Well, here are a couple of its selling points:
Xodus is an open-source product from JetBrains. Originally it was developed for internal use, but it was subsequently released to the public back in July 2016. YouTrack issue tracker and Hub team tool use it as their data storage. If you are curious about the performance, you can check out the benchmarks. As for the real-life example, take a look at the JetBrains YouTrack installation: which at the time of writing has over 1,6 million issues, and that is not even taking into account all the comments and time tracking entries all stored there.