objectbox / objectbox-c

C and C++ database for objects and structs
https://objectbox.io/
Apache License 2.0
200 stars 35 forks source link

C# API/binding for ObjectBox #5

Open daybson opened 4 years ago

daybson commented 4 years ago

Is possible to make it C# compatible to Xamarin/Unity 3D?

RileyGe commented 4 years ago

I also want to know this.

greenrobot commented 4 years ago

It should be possible; e.g. this might be a starting point.

For making this usable in C#, you probably also want to look into extending ObjectBox Generator.

scarlip commented 3 years ago

C# bindings would be great for hosting on dotnet (core)

Royosef commented 3 years ago

For making this usable in C#, you probably also want to look into extending ObjectBox Generator.

Hmm, I'm not really sure the I understand correctly what is required to make it happen. Does the ObjectBox Generator need to be extended?

It should be possible; e.g. this might be a starting point.

Or is there an c++ interface that needs to be implemented?

Thanks!

greenrobot commented 3 years ago

To clarify for people interested in this, let me try to give some initial guidance what needs to be done

Having a look at an existing API/binding like ObjectBox Go would certainly help.

anose001 commented 6 days ago

@greenrobot, hi there, Is there any plan for a C# SDK for ObjectBox? Almost every other language except C# is supported. Just curious to hear what the plan is, now that Realm will not be supported anymore.