ZXDB ‐ Helper functions - thomasheckmann/zxinfo-es GitHub Wiki

SQL formatter / beautifier

https://codebeautify.org/sqlformatter

docker exec -i zxdb_$ZXDB_NEW mysql -uroot -pzxdb1234 zxdb -e " select * from entries e inner join search_by_origins s on e.id = s.entry_id where e.id = 0003049 "

Table formatter

https://ozh.github.io/ascii-tables/