AirBnB_clone_v2 icon indicating copy to clipboard operation
AirBnB_clone_v2 copied to clipboard

Storage get count

Open ideftbuild opened this issue 6 months ago • 0 comments

What?

  • Introduce get and count 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.

ideftbuild avatar Aug 03 '24 11:08 ideftbuild