---
Added
^^^^^
- Created `models.py` for model implementation
- Created `fields.py` for field implementation and validation
- Created `query.py` for executing queries on model data
- Created `exceptions.py` to define custom exceptions related to models
- Added tests for LightDB and models
- Updated `README.md` with documentation on using models
- Added an example of using models in `examples/models_usage.py`