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

This commit is contained in:
2024-01-01 23:14:40 -05:00
parent ac3c82eb0f
commit 44eb111c5f

View File

@@ -2,9 +2,11 @@
- `CREATE`: Creates resources/records, similar to `INSERT INTO` in Postgres - `CREATE`: Creates resources/records, similar to `INSERT INTO` in Postgres
- `DEFINE`: Creates namespaces, databases, and logins - `DEFINE`: Creates namespaces, databases, and logins
`UPDATE`: Updates resources/records, similar to `UPDATE table_name SET ...` in Postgres - `UPDATE`: Updates resources/records, similar to `UPDATE table_name SET ...` in Postgres
`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
-
## Examples ## Examples