Skip to content

Releases: XVanilor/hatofi-db

1.1.1 Release

23 Jan 10:36
Compare
Choose a tag to compare

Bug fix over UUIDv4 validation

1.1 Release

20 Jan 01:05
Compare
Choose a tag to compare

Added some new features & changes

  • gen now takes -c,--config instead of -f,--file
  • load now takes -i,--input instead of -f,--file
  • Load file now checks if it was already imported and log. Loading can be forced using -f,--force
  • Added version checking with -v,--version

1.0 Release

14 Jan 10:19
Compare
Choose a tag to compare

HatofiDB 1.0 release, with basic functionalities

  • Database creation via config file via hatofi --data_directory <data_dir> gen --file <config_file.txt>
  • Import data using hatofi --data_directory <data_dir> load --file <input.txt>
  • Query data (partial or exact match) using hatofi --data_directory <data_dir> query [--exact|--partial] <your_search>