-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|