Skip to content

Releases: Arthurdw/firefly

v0.0.2 - Data backup before write

14 Aug 17:59
Compare
Choose a tag to compare

Small fix that moves the old data file in order to prevent data loss.

v0.0.1 - Initial release

14 Aug 13:05
Compare
Choose a tag to compare

🎉 Initial creation of the Firefly DB

  • TCP Communication
  • String query parsing
  • Bitwise query parsing
  • Saving to file (uses bincode for serialisation & deserialisation)
  • Command line argument parsing (uses clap)
  • Rust library for easy asynchronous query execution