Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
quadroli authored Feb 20, 2021
1 parent 863f1a4 commit 059d6a7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# dibz
A sample database program for processing and storing records
A sample database program for processing and storing records

# Features
Lightweight ≈ 2mb
Crossplatform -> could work on Linux, Mac and Windows
Perfomant and reliable, appropriate error handling has been implemented
Free and Open Source, under the permissive MIT License

# Installation
Windows executable can be found on the releases page.


# Building from source
Ensure you have [Rust](https://www.rust-lang.org/tools/install) installed
Clone the repository ```git clone https://github.com/quadroli/dibz``` or download source from releases page
Run ```cargo run --release``` from within folder

0 comments on commit 059d6a7

Please sign in to comment.