# Data Module
This module handles data persistence and caching functionalities within the PyWatt SDK.
It is organized into the following submodules:
- [`cache`](./cache/README.md): Provides caching mechanisms.
- [`database`](./database/README.md): Manages database interactions and persistence.
Refer to the `README.md` file within each subdirectory for more detailed information about its specific role and components.