-
Hi I was wondering why this repo doesn't use the official mongodb scala driver and instead uses the java reactivestreams driver? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
Kirill5k
Sep 24, 2024
Replies: 1 comment
-
The main reason is because mongo-scala-driver is not compatible with Scala 3. Otherwise it would have been great to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
esecules
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main reason is because mongo-scala-driver is not compatible with Scala 3. Otherwise it would have been great to use it.