surrealdb library

Classes

LiveQueryResponse
Methods
RpcResponse
SurrealDB
SurrealDB client for Dart & Flutter
SurrealDBOptions

Functions

parseUuid(dynamic input) String
sleep(Duration duration) Future<void>

Typedefs

Middleware = Future<Object?> Function(String method, List<Object?> params, Future<Object?> next())
Type definition for middleware function method - The method being called params - The parameters passed to the method next - The function to call to continue the middleware chain
VoidCallback<T> = void Function(T)