From c277e9937115cc1473219a04199566c7bfdcbaf7 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Tue, 21 Jan 2025 15:52:44 +0100 Subject: get, post, put, delete covered --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 879e026..58ca925 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Available scripts: ``` db_create db_populate +db_fast_populate db_start db_stop ``` @@ -22,6 +23,9 @@ db_stop The start/stop scripts assume that you're using systemd. If not, just start/stop the mariadb service manually. +db_fast_populate is a non-tested experimental alternative that +attempts to use a backup sql file to create the database. + ## Changes ### Single parameters ONLY You can only search a parameter at a time. -- cgit v1.2.3