aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSoikk2022-08-13 20:32:51 +0200
committerSoikk2022-08-13 20:32:51 +0200
commita341db54d82db0cfca948f0cf95b273430ee4675 (patch)
tree9c723a2b5136379bcd43f17d608472bef5a1916c /README.md
parentb30b33d598039b2f708783271e8c2f65613a24d4 (diff)
downloadsoikk-DB-a341db54d82db0cfca948f0cf95b273430ee4675.tar.xz
soikk-DB-a341db54d82db0cfca948f0cf95b273430ee4675.tar.zst
Added README and images. Fixed random thing in changelog.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
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)