]> git.xolatile.top Git - soikk-DB.git/commitdiff
Added README and images. Fixed random thing in changelog.
authorSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 13 Aug 2022 18:32:51 +0000 (20:32 +0200)
committerSoikk <76824648+Soikk@users.noreply.github.com>
Sat, 13 Aug 2022 18:32:51 +0000 (20:32 +0200)
CHANGELOG
README.md [new file with mode: 0644]
multimedia/example1.jpg [new file with mode: 0644]
multimedia/example2.jpg [new file with mode: 0644]

index 282c47afc2054092c827017b0977df0fc78f40ba..088cd04585f45845576036458ad765fb3fff6814 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,9 @@
+1660415513 (Sat Aug 13 2022 20:31:53 GMT+0200 (Central European Summer Time))
+Added README and images. Fixed random thing in changelog.
+
 1660410686 (Sat Aug 13 2022 19:11:26 GMT+0200 (Central European Summer Time))
 Got rid of old functionalities (strnatcmp, BM).
 
-
 1660409336 (Sat Aug 13 2022 18:48:56 GMT+0200 (Central European Summer Time))
 Added primitive repl, delete functions for database and remove tag from file function.
 
diff --git a/README.md b/README.md
new file mode 100644 (file)
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)
diff --git a/multimedia/example1.jpg b/multimedia/example1.jpg
new file mode 100644 (file)
index 0000000..891556b
Binary files /dev/null and b/multimedia/example1.jpg differ
diff --git a/multimedia/example2.jpg b/multimedia/example2.jpg
new file mode 100644 (file)
index 0000000..1521a80
Binary files /dev/null and b/multimedia/example2.jpg differ