- protocols added to websocket connection to bypass warnings (#26)
- Updated readme
signin
method now returnsString
instead ofObject?
- Breaking: Update for SurrealDB 2.0. Thanks to the PR from kalucky0
- Breaking:
change
method is nowmerge
. - FIX: (#20)
patch
method added.
- live query stream support added
- Fixed signin command to use namespace, database and scope parameters
- Fixed signup command to use proper params (#12)
- Breaking:
signin
andsignup
methods parameters are now named parameters for supporting scope authentication. Now you can passnamespace
,database
,scope
andextra
parameters tosignin
andsignup
methods.extra
parameter isMap
type and everyting you put in this map will be sent to server.
- Now surrealdb has optional
options
parameter in constructor. You can set timeout duration with it for all rpc calls.
- fix: selecting single record throws exception on nightly builds (#4)
- change ping return type to void for future surrealdb builds (#4)
- fixed (#2)
- update readme
- fix example
- fix example & readme
- update readme
- remove print statements
- unused codes removed
- unused dependencies removed
- Initial implementations
- Init