0.4.0
-
New: added PostgreSQL 12.1 and MariaDB 10.4. Updated PostgreSQL 10 and 11 to the latest release
-
New: added four new commands to manage users and schemas across all existing databases:
db3v4l:database:create,db3v4l:database:drop,db3v4l:database:listanddb3v4l:user:list.
These should make it easy to run test queries within persistent (ie. non temporary) databases -
New: added a top-level folder to be used for sharing data between the host computer and the cli/web containers: './shared'
-
New: added phpmyadmin/sql-parser as dependency, to allow linting of sql snippets
-
Fixed: removed one warning from
./bin/cleanup-logs.sh -din corner cases -
Changed: renamed command
db3v4l:database:listtodb3v4l:instance:list -
Changed: docker configuration: the default user account is now named 'db3v4l' and not 'user' any more; the app is mounted in $HOME/app instead of $HOME/db3v4l
-
Changed: the web and cli containers are now based on Debian 10 Buster. This includes a move from PHP 7.0 to 7.3, as well as only having the mariadb client for mysql available by default as cli tool
-
Improved: updated all the app dependencies, including Symfony, to their latest version
-
Improved: upgraded the bundled Adminer version to 4.7.5
-
Improved: keep on the host computer the composer cache, to speed up rebuilds