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

Support realm-kotlin #8

Open
ganfra opened this issue Jul 22, 2022 · 7 comments
Open

Support realm-kotlin #8

ganfra opened this issue Jul 22, 2022 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ganfra
Copy link

ganfra commented Jul 22, 2022

Now that realm-kotlin is out, would be nice to support it, as it's the future of realm, at least for android!

@ganfra
Copy link
Author

ganfra commented Aug 5, 2022

@kamgurgul bumping on this. Do you think you will work on that? Or do you want me to provide a PR?

@kamgurgul
Copy link
Owner

I will have to verify how it can be done - as a separated plugin or we can still use the same logic as for Java version. Maybe I will have some time this month to do it but in the meantime all PRs are welcome.

@kamgurgul kamgurgul added the enhancement New feature or request label Aug 5, 2022
@xealstorm
Copy link

@kamgurgul have you got any thoughts on the Kotlin SDK support? Was wondering how big this effort might be.

@kamgurgul
Copy link
Owner

I just started this implementation but I need to find replacement for internal OsSharedRealm which in old versions provide easy way to manipulate whole DB

@chaitanya-anand
Copy link

Hi @kamgurgul , is there any update on this or are there any alternatives which you know of.
I am migrating my existing app from realm-java to realm-kotlin and was unable to use your driver.
How can I continue to use flipper with realm-kotlin?

@kamgurgul
Copy link
Owner

Internals of realm-kotlin are different than in previous versions. I tried to update this driver some time ago but I didn't find solid solution how to list all data and schemas. Right now I'm not working with realm DB so I don't have solutions for now.

@kamgurgul
Copy link
Owner

kamgurgul commented Aug 6, 2024

If someone knows the replacement for OsSharedRealm then I can update the driver. This change would also provide a way to support KMP versions.

@kamgurgul kamgurgul added the help wanted Extra attention is needed label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants