vault backup: 2024-01-01 23:38:40

This commit is contained in:
2024-01-01 23:38:40 -05:00
parent 75067ddcb4
commit ba144c8f75

View File

@@ -8,7 +8,7 @@
- `SLEEP`: Used to make the database go to sleep - `SLEEP`: Used to make the database go to sleep
- `BEGIN`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must end with a `COMMIT` - `BEGIN`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must end with a `COMMIT`
- `COMMIT`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must start with a `BEGIN` - `COMMIT`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must start with a `BEGIN`
- `RELATE`: - `RELATE`: Used to traverse records efficiently without the need for SQL JOINs
## Examples ## Examples