AirBnB_clone_v2 icon indicating copy to clipboard operation
AirBnB_clone_v2 copied to clipboard

Storage get, count methods

Open EL-OUARDY opened this issue 10 months ago • 0 comments

Add two methods to both storage engine (File& DB)

  • get() : A method to retrieve one object
  • count() : A method to count the number of objects in storage

EL-OUARDY avatar Mar 31 '24 23:03 EL-OUARDY