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

This commit is contained in:
2024-01-01 23:17:40 -05:00
parent 50c964d5c3
commit d12a6e5e82

View File

@@ -6,8 +6,8 @@
- `DELETE`: Deletes resources/records, similar to `DELETE` in Postgres - `DELETE`: Deletes resources/records, similar to `DELETE` in Postgres
- `USE`: Used for switching in between namespaces and databases - `USE`: Used for switching in between namespaces and databases
- `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. 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`: - `COMMIT`: Used for making a group of SurrealQL statements a singular transaction. Transaction block must start with a `BEGIN`
## Examples ## Examples