# Cloud database

- [Delete database data](/reference/funciones/base-de-datos-e/delete-database-data.md): This function allows you to delete an entire collection of records from the database or specific records from a data collection.
- [Get Database Data](/reference/funciones/base-de-datos-e/get-database-data.md): The Get database data function allows us to consult information loaded in the cloud database, it allows us to consult a complete collection of records, specific records or a specific field.
- [Save data in DB](/reference/funciones/base-de-datos-e/save-in-db.md): The Save in DB function allows the user to save information as an object in a tree structure, this information is saved in json format
- [Upload file](/reference/funciones/base-de-datos-e/upload-file.md): It allows uploading files and saving them in the database to be able to have remote access to them It can accept music files, documents, images and return an address to be able to access them
