Releases: XVanilor/hatofi-db
Releases · XVanilor/hatofi-db
1.1.1 Release
1.1 Release
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
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>