Skip to content

Releases: U-C-S/MiniDB

Minor Updates and Improvements

25 Jul 05:01
Compare
Choose a tag to compare

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

MiniDB v0.3 - First Release

22 Jul 11:28
Compare
Choose a tag to compare
Pre-release

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