surrealdb 0.7.0
surrealdb: ^0.7.0 copied to clipboard
SurrealDB client written in pure dart. Auto reconnect, Typed functions
## [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:
signinandsignupmethods parameters are now named parameters for supporting scope authentication. Now you can passnamespace,database,scopeandextraparameters tosigninandsignupmethods.extraparameter isMaptype and everyting you put in this map will be sent to server.
0.5.0 #
- Now surrealdb has optional
optionsparameter 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