Dalibor Votruba cebc3f553a fix resultCode principles in DbInstallCmd 3 years ago
..
Commands cebc3f553a fix resultCode principles in DbInstallCmd 3 years ago
Properties 2cdc542b54 QConsole Engine.ResultCode support (add Code to Result) 3 years ago
Constants.cs 2cdc542b54 QConsole Engine.ResultCode support (add Code to Result) 3 years ago
Program.cs cebc3f553a fix resultCode principles in DbInstallCmd 3 years ago
qdr.app.qlbrc.console.csproj f767d9684c Add external Settings from configuration file. 3 years ago
qlbrc.json f767d9684c Add external Settings from configuration file. 3 years ago
readme.txt cebc3f553a fix resultCode principles in DbInstallCmd 3 years ago

readme.txt


.----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------.
| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
| | ___ | || | _____ | || | _____ | || | ______ | || | _________ | || | _______ | || | __ | || | ______ | || | _________ | |
| | .' '. | || | |_ _| | || | |_ _| | || | |_ _ \ | || | |_ ___ | | || | |_ __ \ | || | / \ | || | .' ___ | | || | |_ ___ | | |
| | / .-. \ | || | | | | || | | | | || | | |_) | | || | | |_ \_| | || | | |__) | | || | / /\ \ | || | / .' \_| | || | | |_ \_| | |
| | | | | | | || | | | _ | || | | | | || | | __'. | || | | _| _ | || | | __ / | || | / ____ \ | || | | | | || | | _| _ | |
| | \ `-' \_ | || | _| |__/ | | || | _| |_ | || | _| |__) | | || | _| |___/ | | || | _| | \ \_ | || | _/ / \ \_ | || | \ `.___.'\ | || | _| |___/ | | |
| | `.___.\__| | || | |________| | || | |_____| | || | |_______/ | || | |_________| | || | |____| |___| | || ||____| |____|| || | `._____.' | || | |_________| | |
| | | || | | || | | || | | || | | || | | || | | || | | || | | |
| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
'----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
CONSOLE v.0.0.0
Modified: 17.9.2022

Commands list:
* Testing *

workbench - Runs worbench code

* Database *
db_install - Install application database (even if not exists)
db_update - Install application database updates (must exists)
db_clear - Clears all data in database (reset to factory defaults)
db_uninstall - Drop database



db_install
----------
description:
Creates a brand new QLiberace database with initial schemas, depends on connection string definition (.config)

arguments mandatory:

arguments optional:
-latest - call db_update after create database (migrate to latest version)

exit codes:
0 Ok
1 Database already axists
10 Cannot connect to server
100 Other unhandled exception