Contribute a new sdk for surrealdb #60
Replies: 1 comment 3 replies
-
Hey @Nike682631 , absolutely! We'd love contributions. With regards to the server side libraries, many of these are being built with our Rust library (so that they are native extensions to each language). That then gives great performance, and the ability to embed SurrealDB into each application language. That might not be the case for 'R' or 'Java' - I'm not too sure about the possibility of using that method for those languages. However, for the client-side apps, this would be really helpful, and would all be based around our JavaScript / WebAssembly library. Let me know where your experience/expertise lies, and I'll try to point you in the right directions! |
Beta Was this translation helpful? Give feedback.
-
I can see that surreal db works for a lot of platforms already and work in is progress for the below ones. Is there any of these I could contribute to surrealdb?
Client side apps
Getting started with React.js
Getting started with Angular.js
Getting started with Vue.js
Getting started with Apollo GraphQL
Server side code
Getting started with Python (coming soon)
Getting started with C (coming soon)
Getting started with Java (coming soon)
Getting started with Ruby (coming soon)
Getting started with PHP (coming soon)
Getting started with Swift (coming soon)
Getting started with R (coming soon)
Beta Was this translation helpful? Give feedback.
All reactions