realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Implement basic KMP Bson lib

Open sync-by-unito[bot] opened this issue 3 years ago • 3 comments

The multiplatform library is being developed here: https://github.com/mongodb/kbson

sync-by-unito[bot] avatar Jan 21 '22 15:01 sync-by-unito[bot]

Hello,

Are you going to implement this ? It seems it's an important path for MongoDB Functions that would be really useful and needed in projects

Thank you

DardanIljazi avatar Jun 10 '22 08:06 DardanIljazi

Yes, this will be implemented. We are currently planning exactly how to do that. Just out of curiosity, what kind of arguments are you providing to your functions? Is it just primitive values or is it entire classes or other data structures?

cmelchior avatar Jun 10 '22 08:06 cmelchior

We mostly provide primitives, objects ({}) and sometimes entire classes

DardanIljazi avatar Jun 10 '22 09:06 DardanIljazi