commit fe635b664dbaa3a66ebcd060111129c71c011b49 Author: Udovič Arns Date: Thu May 8 05:06:53 2025 +0000 Add Introduction diff --git a/Introduction.md b/Introduction.md new file mode 100644 index 0000000..446f872 --- /dev/null +++ b/Introduction.md @@ -0,0 +1 @@ +Simple filesystem based key/value db. Provided as golang lib. Main idea is that user knows structure and gets value from known path. For operations that should search or do more should be used Nodes (golang structure). \ No newline at end of file