From a341db54d82db0cfca948f0cf95b273430ee4675 Mon Sep 17 00:00:00 2001 From: Soikk Date: Sat, 13 Aug 2022 20:32:51 +0200 Subject: Added README and images. Fixed random thing in changelog. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c52fb05 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# DB +A local tag based database made entirely in C from scratch +Currently stores both tags and files as plaintext +Uses a mix of AVL trees and normal arrays to work with the data + +## Example +Loading and debugging|Showing and removing tags +:-------------------------:|:-------------------------: +![](https://github.com/Soikk/DB/blob/master/multimedia/example1.jpg) | ![](https://github.com/Soikk/DB/blob/master/multimedia/example1.jpg) -- cgit v1.2.3