diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2025-01-21 15:52:44 +0100 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2025-01-21 15:52:44 +0100 |
commit | c277e9937115cc1473219a04199566c7bfdcbaf7 (patch) | |
tree | c2806eab444269d92c7c22d1165a9686f5edd9de /README.md | |
parent | 58515ddfecd3701112616c33ad4879dae4b38ffd (diff) |
get, post, put, delete covered
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |