New release for GruPHst v0.15.0 a rust in-memory graph database
Most relevant changes:
- deprecating persists method and adding save one (added warning about deprecation)
- added method to remove a vault
- implemented import-export from and to CSV and adding some examples
- added benchmarking for CSV import file in order to improve the performance of the function
- implementing GruPHstError for better error handling
- adding Argon2 implementation for hashed values for attribute vertex (added examples)
- added method for vertex to retrieve all attributes keys and vec_u8 ones
- added method find_edges_with_vertex_attr_vec_u8_equals_to for graphs query
- added methods for edge queries to cover vector u8 vertex attributes
- added custom path to persists file
https://github.com/carvilsi/gruphst
#rust #graphDatabase #rustLibrary #inMemoryDatabase #persistece