readme.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. 
  2. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------. .----------------.
  3. | .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
  4. | | ___ | || | _____ | || | _____ | || | ______ | || | _________ | || | _______ | || | __ | || | ______ | || | _________ | |
  5. | | .' '. | || | |_ _| | || | |_ _| | || | |_ _ \ | || | |_ ___ | | || | |_ __ \ | || | / \ | || | .' ___ | | || | |_ ___ | | |
  6. | | / .-. \ | || | | | | || | | | | || | | |_) | | || | | |_ \_| | || | | |__) | | || | / /\ \ | || | / .' \_| | || | | |_ \_| | |
  7. | | | | | | | || | | | _ | || | | | | || | | __'. | || | | _| _ | || | | __ / | || | / ____ \ | || | | | | || | | _| _ | |
  8. | | \ `-' \_ | || | _| |__/ | | || | _| |_ | || | _| |__) | | || | _| |___/ | | || | _| | \ \_ | || | _/ / \ \_ | || | \ `.___.'\ | || | _| |___/ | | |
  9. | | `.___.\__| | || | |________| | || | |_____| | || | |_______/ | || | |_________| | || | |____| |___| | || ||____| |____|| || | `._____.' | || | |_________| | |
  10. | | | || | | || | | || | | || | | || | | || | | || | | || | | |
  11. | '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
  12. '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------' '----------------'
  13. CONSOLE v.0.0.0
  14. Modified: 17.9.2022
  15. Commands list:
  16. * Testing *
  17. workbench - Runs worbench code
  18. * Database *
  19. db_install - Install application database (even if not exists)
  20. db_update - Install application database updates (must exists)
  21. db_clear - Clears all data in database (reset to factory defaults)
  22. db_uninstall - Drop database
  23. db_install
  24. ----------
  25. description:
  26. Creates a brand new QLiberace database with initial schemas, depends on connection string definition (.config)
  27. arguments mandatory:
  28. arguments optional:
  29. -latest - call db_update after create database (migrate to latest version)
  30. exit codes:
  31. 0 Ok
  32. 1 Database already axists
  33. 10 Cannot connect to server
  34. 100 Other unhandled exception