Multiple fixes

* PDO shell improvements: .query command, -r and --db on command
  line to read commands from file or preselect database.
* Updated build scripts and readme
This commit is contained in:
2021-12-16 16:01:17 +01:00
parent 16753e1892
commit 0c7fc0196a
8 changed files with 126 additions and 59 deletions
+6 -2
View File
@@ -4,14 +4,18 @@
".spark/local/*"
],
"scripts": {
"version": [
"check-version": [
".spark/build/update-version.sh"
],
"package": [
".spark/build/package.sh"
],
"phar": [
".spark/build/phar.sh"
],
"build": [
"@version",
"@check-version",
"@phar",
"@package"
]
}