Skip to content

Minor Updates and Improvements

Latest
Compare
Choose a tag to compare
@U-C-S U-C-S released this 25 Jul 05:01

See the README: https://github.com/U-C-S/MiniDB/tree/v0.3.1#readme for usage and working

Feature Updates:

  • Renamed delete cmd to drop and delete is now used to delete the data
  • read cmd for reading only specified ids
  • Add help command

Development Updates:

  • Create constants.errors class
  • Use XPath API
  • Use abstract class instead of override
  • Code commenting