summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-21 15:52:44 +0100
committerniliara-edu <nil.jimeno@estudiant.fjaverianas.com>2025-01-21 15:52:44 +0100
commitc277e9937115cc1473219a04199566c7bfdcbaf7 (patch)
treec2806eab444269d92c7c22d1165a9686f5edd9de /README.md
parent58515ddfecd3701112616c33ad4879dae4b38ffd (diff)
get, post, put, delete covered
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.