From 952c705ab3b087a48768002c025d279c51c3746d Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sun, 1 Dec 2024 11:20:43 +0100 Subject: [PATCH] Add db.txt to specify database storage directory This commit introduces db.txt, which documents the directory for storing database files. It provides clarity on the file system structure and assists in maintaining organized storage for database resources. --- data/db.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/db.txt diff --git a/data/db.txt b/data/db.txt new file mode 100644 index 0000000..389067f --- /dev/null +++ b/data/db.txt @@ -0,0 +1 @@ +Directory where the database files will be stored.