Create image database for grafana

This commit is contained in:
2025-11-25 10:41:24 +01:00
parent 098f7b5025
commit 237761e2ca
6 changed files with 82 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Catch-all db for whatever. Currently just used for media files used in grafana.
Example usage:
- `echo "select * from images" | ./query`
- `cat upload.sql | ./query`
- `./upload-img.sh my-image ~/Picture/pretty.png | ./query`