# Local Database

- [Delete All Local Data](/apphive-documentacion/reference/funciones/local-database/delete-all-local-data.md): The delete all local data method removes all the storage database.
- [Delete Local Storage Data](/apphive-documentacion/reference/funciones/local-database/delete-local-storage-data.md): The delete local storage data method removes all the records on the database.
- [Get Local Storage Data](/apphive-documentacion/reference/funciones/local-database/get-local-storage-data.md): Retrieve a value by the key from the local storage data.
- [Save Local Storage Data](/apphive-documentacion/reference/funciones/local-database/save-local-storage-data.md): The basic database write operation is a set which saves new data to the specified database reference, replacing any existing data at that path.
- [Set Page Value](/apphive-documentacion/reference/funciones/local-database/set-page-value.md): Set values or change a value on a element.
