surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Align API with Rust API #37

Closed phughk closed 1 week ago

phughk commented 1 year ago

Align the API to follow the available Rust functionality. Currently, we have a few functions, and they don't necessarily fit the Rust API. This should be fixed for a more predictable experience.

Note for contributors: this does not need to be done in one PR. If you would like to pick a single function to align, feel free to do so! For examples on how they differ please refer to the Rust API documentation and the Java API documentation

emmanuel-keller commented 1 week ago

SurrealDB driver v0.2.0 has been released. The new API is now aligned with the other clients.