refactor(SQL): Staging tables and Calc stored procedures used for modular stored procedure archicture for scalability. Implemented for Product Catalogue. \n BREAKING CHANGE: BIT argument a_debug added to all but basic stored procedures for analysis of performance and results.

This commit is contained in:
2024-10-02 15:59:53 +01:00
parent 45ac0405b4
commit d0956ffb97
659 changed files with 31748 additions and 2679 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
Precision and Research Technology Systems Limited
Website with online store
Powered by flask
host for machine:
python -m flask run
host for local network:
python -m flask run --host=0.0.0.0