-
Notifications
You must be signed in to change notification settings - Fork 22
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
Java client implementation #1
Conversation
…elease the allocated heap memory
…don't break the public API
…n be tested in isolation
…hese need a plain driver with not user singed in and no db selected
Awesome @coder966 I'm just going to make some comments - then we can get this merged! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good starting point. There will definitely be changes around authentication/signup/signin, but those can come after the documentation improvements!
src/main/java/com/surrealdb/connection/SurrealWebSocketConnection.java
Outdated
Show resolved
Hide resolved
You are right, the authentication apis are incomplet. I couldn't find documentation on how the singup/authentication really works. I am looking forward to the docs. Also NS, DB. Are they created on the fly? Live queries didn't work for me as well. But this is another topic which I have posted a question about in the discussion community surrealdb/surrealdb#1208. |
We'll sort out the authentication in future changes/PRs when the docs are improved @coder966! This is an awesome start 😀👏! |
This is a Java client implementation, which provide sync & async APIs.