vault backup: 2024-01-01 23:14:40
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
- `CREATE`: Creates resources/records, similar to `INSERT INTO` in Postgres
|
||||
- `DEFINE`: Creates namespaces, databases, and logins
|
||||
`UPDATE`: Updates resources/records, similar to `UPDATE table_name SET ...` in Postgres
|
||||
`DELETE`: Deletes resources/records, similar to `DELETE` in Postgres
|
||||
`USE`: Used for switching in between namespaces and databases
|
||||
- `UPDATE`: Updates resources/records, similar to `UPDATE table_name SET ...` in Postgres
|
||||
- `DELETE`: Deletes resources/records, similar to `DELETE` in Postgres
|
||||
- `USE`: Used for switching in between namespaces and databases
|
||||
- `SLEEP`: Used to make the database go to sleep
|
||||
-
|
||||
|
||||
## Examples
|
||||
|
||||
|
Reference in New Issue
Block a user