Expand description
Methods to use when interacting with a SurrealDB instance
Structs§
- Authenticate
- An authentication future
- Backup
- A stream of exported data
- Content
- A content future
- Create
- A record create future
- Delete
- A record delete future
- Export
- A database export future
- Export
Config - Marker type for configured exports
- Health
- A health check future
- Import
- An database import future
- Insert
- An insert future
- Invalidate
- A session invalidate future
- Live
- Live query marker type
- Merge
- A merge future
- Model
- Machine learning model marker type for import and export types
- Patch
- A patch future
- Query
- A query future
- Query
Stream - A
LIVE SELECT
stream from thequery
method - Run
- A run future
- Select
- A select future
- Set
- A set future
- Signin
- A signin future
- Signup
- A signup future
- Stats
- Query statistics
- Stream
- A stream of live query notifications
- Unset
- An unset future
- Update
- An update future
- Upsert
- An upsert future
- UseDb
- UseNs
- Stores the namespace to use
- Version
- A version future
- With
Stats - Responses returned with statistics
Traits§
- IntoFn
- Converts a function into name and version parts