From 7ad5b8baac5dc8760bd341c238ef99ad4ba6e2bf Mon Sep 17 00:00:00 2001 From: "leo.reinmann" Date: Sat, 8 Apr 2023 17:57:17 +0000 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a46ab..3db80b8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## General -With [enzyme](https://pypi.org/project/enzyme/) the app scans through a directory and stores metadata of .mkv files into MySQL database. +With [enzyme](https://pypi.org/project/enzyme/) the app scans through a directory and stores metadata of .mkv files into the MySQL database. The database and its user and password must be created by the user. The tables are created by the program. The scheme of the table is shown at [SQL Database](#sql-database).