Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for sync MongoDB Kotlin driver #4393

Open
christophstrobl opened this issue May 23, 2023 · 0 comments · May be fixed by #4402
Open

Add support for sync MongoDB Kotlin driver #4393

christophstrobl opened this issue May 23, 2023 · 0 comments · May be fixed by #4402
Assignees
Labels
in: kotlin Kotlin support type: enhancement A general enhancement

Comments

@christophstrobl
Copy link
Member

Allow database factories to be created using a Kotlin MongoDB Driver.

<dependency>
    <groupId>org.mongodb</groupId>
    <artifactId>mongodb-driver-kotlin-sync</artifactId>
    <scope>optional</scope>
</dependency>
@christophstrobl christophstrobl added type: enhancement A general enhancement in: kotlin Kotlin support labels May 23, 2023
@christophstrobl christophstrobl self-assigned this May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: kotlin Kotlin support type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant