7 lines
227 B
Markdown
7 lines
227 B
Markdown
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`
|