Quickly access multiple Namespaces and Databases. Presets can have different properties between client and server side use.
🚀
Nuxt-optimized fetch composables
Built-in $surrealFetch and useSurrealFetch, based on $fetch and useFetch respectively.
🏗️
SurrealDB RPC Methods
With $surrealRPC and useSurrealRPC it is possible to directly communicate with SurrealDB's RPC endpoint. Each RPC method is also mapped to a useSurrealDB exported function.
⚡️
Built-in support for Websockets
Thanks to useSurrealWS a live connection to SurrealDB is automated and augmented via available RPC methods.