AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
Storage get count
What?
- Introduce
get
andcount
methods for both storage engines. - Fix date and time inconsistency issues.
Why?
- Enhance database retrieval efficiency and enable quick object count.
- Ensure consistent timezone handling for date and time throughout the program.
Testing?
- Added unit tests to verify the correct implementation of both methods.