aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 93a80a1fef54f1a2b78b846f84929143d6b0eb12 (plain) (blame)
1
2
3
4
5
6
7
8
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/example2.jpg)