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

This commit is contained in:
2024-01-01 23:20:40 -05:00
parent bf1ade59ff
commit 392e4ff3a9

View File

@@ -8,6 +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`:
## Examples ## Examples