surrealdb 1.0.2 surrealdb: ^1.0.2 copied to clipboard
SurrealDB client written in pure dart. Auto reconnect, Typed functions
[1.0.1] #
- Updated readme
signin
method now returnsString
instead ofObject?
[0.7.0] #
- live query stream support added
[0.6.2] #
- Fixed signin command to use namespace, database and scope parameters
[0.6.0] #
- 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.
[0.5.0] #
- Now surrealdb has optional
options
parameter in constructor. You can set timeout duration with it for all rpc calls.
0.4.5 #
- update readme
0.4.4 #
- fix example
0.4.3 #
- fix example & readme
0.4.2 #
- update readme
0.4.1 #
- remove print statements
0.4.0 #
- unused codes removed
- unused dependencies removed
0.3.5 #
- Initial implementations
0.0.1 #
- Init