Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Jun 2, 2024
1 parent b2c71a5 commit 36dd4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ There are no docs atm, so please refer to the [playground](/playground/app.vue)
- 🚀 Custom built-in `$surrealFetch` and `useSurrealFetch` (based on `$fetch` and `useFetch` respectively).
- 📦 Custom Database Presets, to be able to use multiple Databases on a per-function/composable basis.
- ⚡️ Built-in support for [RPC endpoint](https://surrealdb.com/docs/surrealdb/integration/rpc) via `$surrealRPC` and `useSurrealRPC`.
- 🏗️ Built-in Nuxt server `useSurrealRPC` composable and server-side private host/auth for private network communication with SurrealDB.
- 💡 Each RPC method is mapped to a `useSurrealDB` exported function.
- 🌟 Built-in support for Websocket communication with RPC methods using the `useSurrealWS` composable.

Expand Down

0 comments on commit 36dd4f7

Please sign in to comment.